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!)
A029501 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 8 (most significant digit on right). 1
1, 2, 4, 6, 7, 11, 182, 427, 649, 859, 1559, 5579, 10577, 11830, 19915, 533022, 546690, 569462, 673682, 1050721, 1233092, 1621270, 1771002, 9151954 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A061937 in that all least significant zeros are kept during concatenation.
No more terms < 10^7. - Lars Blomberg, Oct 04 2011
LINKS
EXAMPLE
See A029495 for example.
MATHEMATICA
b = 8; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, Reverse[IntegerDigits[#, b]]], b], #] &] (* Robert Price, Mar 12 2020 *)
CROSSREFS
Sequence in context: A070125 A328068 A263084 * A051730 A070317 A138398
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002; Aug 25, 2002
a(19)-a(24) from Lars Blomberg, Oct 04 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 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)