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!)
A029467 Numbers k that divide the (right) concatenation of all numbers <= k written in base 22 (most significant digit on left). 1
1, 2, 3, 6, 7, 9, 11, 14, 18, 21, 22, 28, 30, 33, 42, 44, 49, 60, 66, 70, 77, 84, 98, 110, 119, 121, 132, 140, 147, 154, 196, 201, 210, 220, 222, 231, 242, 294, 308, 330, 356, 363, 386, 420, 462, 484, 504, 511, 522, 539, 561, 588, 605, 616, 627, 693, 726, 792 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
b = 22; c = {}; Select[Range[10^5], Divisible[FromDigits[c = Join[c, IntegerDigits[#, b]], b], #] &] (* Robert Price, Mar 11 2020 *)
CROSSREFS
Sequence in context: A341333 A190199 A014873 * A029515 A061951 A346301
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)