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!)
A029493 Numbers k that divide the (left) concatenation of all numbers <= k written in base 24 (most significant digit on left). 0
1, 23, 49, 73, 79, 91, 97, 139, 349, 511, 529, 553, 577, 20401, 25189, 86227, 92989, 566257, 1321649, 2504263, 11387783, 52584187, 73812233 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 10^8.
LINKS
MATHEMATICA
b = 24; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[IntegerDigits[#, b], c], b], #] &] (* Robert Price, Mar 12 2020 *)
CROSSREFS
Sequence in context: A044100 A044481 A132764 * A063321 A176660 A185187
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002; Aug 25 2002
a(19)-a(23) from Max Alekseyev, May 15 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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)