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!)
A029475 Numbers k that divide the (left) concatenation of all numbers <= k written in base 6 (most significant digit on left). 0
1, 5, 25, 31, 1325, 2875, 1936775, 4573295, 36887975 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 10^8.
LINKS
MATHEMATICA
b = 6; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[IntegerDigits[#, b], c], b], #] &] (* Robert Price, Mar 12 2020 *)
CROSSREFS
Cf. A007092.
Sequence in context: A036127 A291755 A018639 * A332657 A070391 A084967
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
Corrected by Andrew Gacek (andrew(AT)dgi.net), Feb 20 2000
Corrected and more terms from Larry Reeves (larryr(AT)acm.org), May 24 2001
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
a(7)-a(9) from Max Alekseyev, May 13 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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)