OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
nxt[n_]:=Module[{k=2, len=IntegerLength[n]+1}, While[IntegerLength[ k*n]<len || Divisible[k*n, 10], k++]; k*n] (* Harvey P. Dale, Jan 20 2015 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Feb 23 2003
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 06 2003
STATUS
approved