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!)
A029514 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 21 (most significant digit on right). 1
1, 3, 5, 7, 15, 25, 55, 80, 143, 187, 192, 387, 1385, 1760, 4080, 9040, 9245, 15565, 17776, 20080, 28400, 30019, 30063, 37312, 38368, 52217, 56277, 84480, 97504, 123040, 293045, 458560, 1258528, 2437600, 2442000, 3122240, 7216880 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A061950 in that all least significant zeros are kept during concatenation.
No more terms < 10^7. [Lars Blomberg, Oct 11 2011]
LINKS
EXAMPLE
See A029495 for example.
MATHEMATICA
b = 21; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, Reverse[IntegerDigits[#, b]]], b], #] &] (* Robert Price, Mar 13 2020 *)
CROSSREFS
Sequence in context: A172235 A163979 A124248 * A061950 A166093 A165785
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
Additional comments and more terms from Larry Reeves (larryr(AT)acm.org), May 25 2001
a(32)-a(37) from Lars Blomberg, Oct 11 2011
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:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)