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!)
A029510 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 17 (most significant digit on right). 1
1, 19, 27, 45, 64, 111, 192, 243, 320, 1152, 2112, 3456, 10747, 11328, 13824, 16896, 18909, 177408, 306335, 338369, 414336, 423552, 1176203, 2965056 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A061946 in that all least significant zeros are kept during concatenation.
No more terms < 10^7. [Lars Blomberg, Oct 09 2011]
LINKS
EXAMPLE
See A029495 for example.
MATHEMATICA
b = 17; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, Reverse[IntegerDigits[#, b]]], b], #] &] (* Robert Price, Mar 13 2020 *)
CROSSREFS
Sequence in context: A226726 A006626 A259054 * A029537 A053592 A146683
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
Additional comments and more terms from Larry Reeves (larryr(AT)acm.org), May 25 2001
a(22)-a(24) from Lars Blomberg, Oct 09 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 August 28 05:00 EDT 2024. Contains 375477 sequences. (Running on oeis4.)