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!)
A061949 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 20 (most significant digit on right). 2
1, 2, 4, 5, 6, 10, 12, 14, 18, 19, 57, 119, 133, 209, 399, 437, 633, 1102, 3517, 5719, 29849, 38532, 42759, 198639, 247801, 421591, 566561, 819185, 6781309 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A029513 in that all least significant zeros are removed before concatenation.
No more terms < 10^7. [Lars Blomberg, Oct 25 2011]
LINKS
EXAMPLE
See A061931 for example.
MATHEMATICA
b = 20; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, IntegerDigits[IntegerReverse[#, b], b]], b], #] &] (* Robert Price, Mar 08 2020 *)
CROSSREFS
Sequence in context: A029465 A014871 A029513 * A233413 A128167 A364214
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; Aug 25, 2002
a(28)-a(29) from Lars Blomberg, Oct 25 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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)