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!)
A029453 Numbers k that divide the (right) concatenation of all numbers <= k written in base 8 (most significant digit on left). 1
1, 2, 4, 6, 7, 8, 12, 13, 14, 15, 16, 21, 24, 28, 32, 35, 39, 42, 48, 49, 56, 64, 70, 98, 106, 112, 128, 147, 164, 196, 224, 231, 256, 289, 392, 448, 490, 512, 545, 560, 608, 640, 665, 688, 784, 872, 889, 896, 980, 1024, 1064, 1120, 1280, 1520, 1526, 1568 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
b = 8; c = {}; Select[Range[10^5], Divisible[FromDigits[c = Join[c, IntegerDigits[#, b]], b], #] &] (* Robert Price, Mar 11 2020 *)
CROSSREFS
Cf. A007094.
Sequence in context: A334573 A228370 A186112 * A330943 A352089 A358458
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 April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)