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!)
A061972 Numbers n such that n divides the (left) concatenation of all numbers <= n written in base 19 (most significant digit on right). 1
1, 3, 9, 27, 33, 36, 81, 183, 223, 261, 263, 351, 585, 1035, 1092, 1173, 1732, 2235, 2628, 3492, 8577, 11592, 13617, 15663, 20664, 20709, 23333, 25848, 52689, 67608, 334536, 837112, 2765341, 5319444 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A029536 in that all least significant zeros are kept during concatenation.
No more terms < 7*10^6.
LINKS
EXAMPLE
See A061955 for example.
MATHEMATICA
b = 19; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[Reverse[IntegerDigits[#, b]], c], b], #] &] (* Robert Price, Mar 09 2020 *)
CROSSREFS
Sequence in context: A349929 A111117 A018675 * A029454 A095309 A191126
KEYWORD
nonn,base,more
AUTHOR
Larry Reeves (larryr(AT)acm.org), May 24 2001
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
a(32)-a(34) from Lars Blomberg, Jul 31 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 20 09:59 EDT 2024. Contains 371807 sequences. (Running on oeis4.)