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”).

A029481
Numbers k that divide the (left) concatenation of all numbers <= k written in base 12 (most significant digit on left).
0
1, 11, 19, 25, 29, 43, 55, 121, 133, 145, 523, 605, 2311, 37573, 1904177, 2110097, 83792621, 1200134339, 1606732787, 28537884331
OFFSET
1,2
COMMENTS
No other terms below 3*10^10.
MATHEMATICA
b = 12; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[IntegerDigits[#, b], c], b], #] &] (* Robert Price, Mar 12 2020 *)
CROSSREFS
Sequence in context: A084654 A089172 A152567 * A289700 A231012 A231007
KEYWORD
nonn,base,more
EXTENSIONS
2311 from Andrew Gacek (andrew(AT)dgi.net), Feb 20 2000
a(14) from Larry Reeves (larryr(AT)acm.org), Jan 16 2002
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
a(15)-a(17) from Max Alekseyev, May 16 2011
a(18)-a(20) from Jason Yuen, May 31 2024
STATUS
approved