login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A029478
Numbers k that divide the (left) concatenation of all numbers <= k written in base 9 (most significant digit on left).
0
1, 13, 19, 37, 128, 640, 1235, 1280, 6086551, 18540032, 23525888, 46727680, 82391552, 120243712, 921891325, 1595132800, 2065529801, 2169770791, 3410636825, 4210023067, 16854254720, 24044950400, 29473137280
OFFSET
1,2
COMMENTS
No other terms below 3*10^10.
MATHEMATICA
Select[Range[1, 2000], Mod[FromDigits[Flatten[Reverse[Table[IntegerDigits[m, 9], {m, 1, # }]]], 9], # ] == 0 &] (* Peter Bertok, Nov 26 2001 *)
CROSSREFS
Cf. A007095.
Sequence in context: A307627 A000922 A107188 * A252021 A216101 A096455
KEYWORD
nonn,base,more
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
a(9)-a(13) from Max Alekseyev, May 15 2011
a(14)-a(23) from Jason Yuen, May 19 2024
STATUS
approved