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!)
A029496 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 3 (most significant digit on right). 1
1, 7, 8, 112, 424, 595, 1997, 2336, 2455, 33265, 2475701, 9363208, 15402464 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A061932 in that all least significant zeros are kept during concatenation.
No more terms < 10^7. [Lars Blomberg, Oct 02 2011]
LINKS
EXAMPLE
See A029495 for example.
MATHEMATICA
b = 3; c = {}; Select[Range[10^4], Divisible[FromDigits[
c = Join[c, Reverse[IntegerDigits[#, b]]], b], #] &] (* Robert Price, Mar 12 2020 *)
CROSSREFS
Sequence in context: A354011 A103680 A219518 * A041109 A041110 A041259
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
Additional comments from Larry Reeves (larryr(AT)acm.org), May 25 2001
a(10) from Larry Reeves, Jan 16 2002
a(11)-a(12) from Lars Blomberg, Oct 02 2011
a(13) from Chai Wah Wu, Jul 28 2020
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)