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!)
A029465 Numbers k that divide the (right) concatenation of all numbers <= k written in base 20 (most significant digit on left). 1
1, 2, 4, 5, 6, 10, 12, 14, 18, 19, 20, 24, 25, 30, 36, 38, 40, 45, 48, 50, 57, 58, 60, 71, 72, 74, 75, 76, 80, 85, 90, 95, 100, 114, 120, 144, 150, 152, 171, 180, 190, 200, 225, 228, 240, 261, 285, 300, 304, 318, 342, 360, 361, 380, 400, 410, 475, 500, 608, 703 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
b = 20; c = {}; Select[Range[10^5], Divisible[FromDigits[
c = Join[c, IntegerDigits[#, b]], b], #] &] (* Robert Price, Mar 11 2020 *)
CROSSREFS
Sequence in context: A265349 A047433 A287332 * A014871 A029513 A061949
KEYWORD
nonn,base
AUTHOR
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)