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!)
A029485 Numbers k that divide the (left) concatenation of all numbers <= k written in base 16 (most significant digit on left). 0
1, 3, 5, 9, 15, 25, 75, 257, 321, 435, 795, 1285, 2313, 8523, 39759, 60855, 91209, 247875, 251385, 2695341, 5095725, 9529505, 12179807, 12341125, 57965805 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 10^8.
LINKS
MATHEMATICA
b = 16; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[IntegerDigits[#, b], c], b], #] &] (* Robert Price, Mar 12 2020 *)
CROSSREFS
Sequence in context: A061969 A034084 A018342 * A291153 A147087 A140190
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
More terms from Andrew Gacek (andrew(AT)dgi.net), Feb 21 2000
More terms from Larry Reeves (larryr(AT)acm.org), Aug 27 2001
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
a(20)-a(25) 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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)