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!)
A029460 Numbers k that divide the (right) concatenation of all numbers <= k written in base 15 (most significant digit on left). 3
1, 3, 5, 7, 15, 20, 21, 25, 28, 33, 35, 36, 45, 49, 60, 63, 68, 75, 84, 100, 105, 140, 147, 175, 180, 196, 204, 207, 225, 245, 252, 287, 300, 315, 375, 420, 441, 500, 525, 540, 588, 675, 700, 724, 735, 756, 805, 875, 879, 900, 945, 980, 1125, 1225, 1260, 1323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
b = 15; c = {}; Select[Range[10^5], Divisible[FromDigits[c = Join[c, IntegerDigits[#, b]], b], #] &] (* Robert Price, Mar 11 2020 *)
CROSSREFS
Sequence in context: A085494 A348441 A356591 * A277910 A029466 A014872
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 September 5 05:06 EDT 2024. Contains 375686 sequences. (Running on oeis4.)