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!)
A029484 Numbers k that divide the (left) concatenation of all numbers <= k written in base 15 (most significant digit on left). 0
1, 7, 32, 49, 61, 91, 169, 224, 791, 1568, 10304, 34112, 160832, 733376, 966721, 1127392, 4197571, 10914848, 13250272, 15000608, 62776133, 70412363, 82053664 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 10^8.
No multiple of 3 or 5 can be in this sequence, since the numbers resulting from these concatenations are all congruent to 1 mod 15. - Alonso del Arte, Sep 16 2016
LINKS
EXAMPLE
In base 15, 7654321 is 84557956 in decimal, and we verify that this is a multiple of 7, as 84557956/7 = 12079708. Hence 7 is in the sequence.
87654321 base 15 is 1451432956 and 1451432956/8 = 181429119.5. Hence 8 is not in the sequence.
MATHEMATICA
Select[Range[10^3], Divisible[FromDigits[#, 15] &@ Flatten@ Reverse@ IntegerDigits[Range@ #, 15], #] &] (* Michael De Vlieger, Sep 16 2016 *)
CROSSREFS
Sequence in context: A067811 A044084 A044465 * A153716 A153715 A060123
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Jun 01 2001
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
a(14)-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 25 09:18 EDT 2024. Contains 371967 sequences. (Running on oeis4.)