login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


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
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]
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 *)
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 | 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 September 23 00:23 EDT 2024. Contains 376140 sequences. (Running on oeis4.)