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!)
A029512 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 19 (most significant digit on right). 2
1, 3, 9, 23, 24, 27, 40, 45, 72, 120, 135, 141, 145, 161, 243, 360, 520, 801, 1272, 1279, 1512, 2568, 2681, 3921, 4584, 7155, 8704, 12389, 22405, 27649, 32640, 34720, 40455, 62755, 65568, 89163, 120240, 125671, 144144, 193680, 204080, 241200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A061948 in that all least significant zeros are kept during concatenation.
LINKS
EXAMPLE
See A029495 for example.
MATHEMATICA
b = 19; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, Reverse[IntegerDigits[#, b]]], b], #] &] (* Robert Price, Mar 13 2020 *)
CROSSREFS
Sequence in context: A326007 A272559 A270991 * A210027 A018555 A147271
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Additional comments and more terms from Larry Reeves (larryr(AT)acm.org), Jun 01 2001
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 11:56 EDT 2024. Contains 375505 sequences. (Running on oeis4.)