OFFSET
1,2
COMMENTS
Conjecture: For every n, a(n) is well-defined.
The maximum of the first 10000 terms is a(6314) = 1002902 and A007908(1002902) is a 5902910-digit number. - Rick L. Shepherd, Oct 11 2015
LINKS
Rick L. Shepherd, Table of n, a(n) for n = 1..10000
EXAMPLE
PROG
(PARI) a(n)=my(m=Mod(1, n), k=1); while(m, m=10^#Str(k++)*m+k); k \\ Charles R Greathouse IV, Oct 11 2015
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 01 2002
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 19 2003
Edited by Max Alekseyev, Sep 30 2015
STATUS
approved
