The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A029516 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 23 (most significant digit on right). 1
1, 11, 33, 48, 112, 165, 176, 209, 528, 720, 1584, 2123, 2717, 6919, 9680, 18080, 23991, 47597, 58656, 75213, 106815, 111392, 253792, 278245, 343409, 502523, 528128, 934560 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A061952 in that all least significant zeros are kept during concatenation.
No more terms < 10^7. - Lars Blomberg, Oct 14 2011
LINKS
EXAMPLE
See A029495 for example.
MATHEMATICA
b = 23; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, Reverse[IntegerDigits[#, b]]], b], #] &] (* Robert Price, Mar 13 2020 *)
CROSSREFS
Sequence in context: A062697 A247110 A022671 * A061833 A132285 A249166
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002, Aug 25 2002
a(28) from Lars Blomberg, Oct 14 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 May 17 17:07 EDT 2024. Contains 372603 sequences. (Running on oeis4.)