A088343 Records in A069862.
1, 2, 5, 9, 10, 22, 25, 26, 110, 998, 1158, 1410, 9860, 100270, 999100, 1005274, 1007044, 1055274, 1059163, 1063242, 1065027, 1083148, 1099446, 1103722, 1144506, 10146315, 99992456, 99997120, 101009312, 101924112, 102163463, 102706016
Offset: 1
Links
- Chuck Seggelin, Concatenation of Consecutive Integers.
Programs
-
Mathematica
f[n_] := Block[{k = n + 1}, d = k; While[ d != 0, k++; d = Mod[d*10^Floor[ Log[10, k] + 1] + k, n]]; k - n]; a = 0; Do[b = f[n]; If[b > a, a = b; Print[n, " = ", b]], {n, 1, 34500}]
Extensions
More terms from Robert G. Wilson v and Chuck Seggelin (chuck(AT)plastereddragon.com), Nov 14 2003
Edited by Charles R Greathouse IV, Apr 30 2010
a(29)-a(32) from Michael S. Branicky, Jul 29 2024
Comments