|
|
A029480
|
|
Numbers k that divide the (left) concatenation of all numbers <= k written in base 11 (most significant digit on left).
|
|
1
|
|
|
1, 5, 15, 24, 25, 40, 75, 104, 120, 200, 271, 600, 696, 744, 1571, 1779, 2425, 3920, 4592, 7213, 9615, 11417, 11681, 11805, 14928, 18000, 18800, 22597, 54000, 82640, 119760, 177000, 218600, 461625, 547592, 547640, 561975, 641800, 861400, 1133368, 1575435, 2628185, 3114965, 3992975, 4455400, 5902975, 6404952, 17862425, 24200673, 24629515, 26758880, 29749915, 29831776, 42704185, 46355725, 53164695, 54814075, 69283747, 85552800
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
|
|
LINKS
|
|
|
MATHEMATICA
|
b = 11; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[IntegerDigits[#, b], c], b], #] &] (* Robert Price, Mar 12 2020 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
|
|
EXTENSIONS
|
More terms from Andrew Gacek (andrew(AT)dgi.net), Feb 20 2000
More terms from Larry Reeves (larryr(AT)acm.org), May 24 2001
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
|
|
STATUS
|
approved
|
|
|
|