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!)
A061961 Numbers n such that n divides the (left) concatenation of all numbers <= n written in base 8 (most significant digit on right). 1
1, 7, 21, 123, 147, 341, 457, 2387, 3919, 19859, 42623, 495509, 5380575, 5382069, 6798589 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A029525 in that all least significant zeros are kept during concatenation.
No more terms < 10^7. [Lars Blomberg, Aug 22 2011]
LINKS
EXAMPLE
See A061955 for example.
MATHEMATICA
b = 8; c = {}; Select[Range[10^4], Divisible[FromDigits[
c = Join[Reverse[IntegerDigits[#, b]], c], b], #] &] (* Robert Price, Mar 09 2020 *)
CROSSREFS
Sequence in context: A001185 A001693 A321521 * A028248 A267609 A032032
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(12)-a(15) from Lars Blomberg, Aug 22 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 July 14 13:51 EDT 2024. Contains 374318 sequences. (Running on oeis4.)