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!)
A029449 Numbers k that divide the (right) concatenation of all numbers <= k written in base 4 (most significant digit on left). 1
1, 2, 3, 4, 6, 8, 12, 14, 16, 18, 21, 24, 26, 28, 32, 36, 42, 48, 52, 56, 58, 63, 64, 72, 84, 96, 108, 126, 128, 144, 147, 168, 189, 192, 216, 252, 256, 276, 328, 362, 384, 456, 492, 512, 656, 768, 896, 904, 984, 1024, 1116, 1152, 1211, 1251, 1344, 1536, 1736 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
b = 4; c = {}; Select[Range[10^5], Divisible[FromDigits[c = Join[c, IntegerDigits[#, b]], b], #] &] (* Robert Price, Mar 10 2020 *)
CROSSREFS
Cf. A007090.
Sequence in context: A018387 A336503 A275717 * A028815 A014423 A101902
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 March 29 08:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)