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!)
A029497 Numbers k such that k divides the (right) concatenation of all numbers <= k written in base 4 (most significant digit on right). 1
1, 2, 3, 11, 207, 1239, 7947, 9233, 49883, 118669, 315629, 2640670 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A061933 in that all least significant zeros are kept during concatenation.
a(13) exceeds 10000000. - Sean A. Irvine, Sep 01 2009
LINKS
EXAMPLE
See A029495 for example.
MATHEMATICA
b = 4; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, Reverse[IntegerDigits[#, b]]], b], #] &] (* Robert Price, Mar 12 2020 *)
CROSSREFS
Sequence in context: A273598 A135161 A066100 * A318130 A109809 A211349
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
Additional comments and more terms from Larry Reeves (larryr(AT)acm.org), May 25 2001
a(12) from Sean A. Irvine, Sep 01 2009
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 May 10 05:09 EDT 2024. Contains 372356 sequences. (Running on oeis4.)