login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029457 Numbers k that divide the (right) concatenation of all numbers <= k written in base 12 (most significant digit on left). 1
1, 2, 3, 4, 6, 11, 12, 15, 16, 18, 22, 24, 29, 33, 36, 44, 45, 48, 55, 66, 72, 87, 88, 99, 121, 132, 144, 154, 168, 176, 192, 198, 216, 224, 242, 252, 258, 264, 288, 297, 308, 336, 352, 363, 369, 378, 396, 432, 448, 462, 484, 504, 528, 561, 576, 594, 616, 672 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
b = 12; c = {}; Select[Range[10^5], Divisible[FromDigits[c = Join[c, IntegerDigits[#, b]], b], #] &] (* Robert Price, Mar 11 2020 *)
CROSSREFS
Sequence in context: A304872 A255921 A111338 * A358788 A014859 A084166
KEYWORD
nonn,base
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 30 02:35 EDT 2024. Contains 374734 sequences. (Running on oeis4.)