The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A104235 Numbers n such that A102370(n) = n. 6
0, 4, 8, 16, 20, 24, 32, 36, 40, 48, 52, 56, 64, 68, 72, 80, 84, 88, 96, 100, 104, 112, 116, 120, 128, 132, 136, 144, 148, 152, 160, 164, 168, 176, 180, 184, 192, 196, 200, 208, 212, 216, 224, 228, 232, 240, 244, 256, 260, 264, 272, 276, 280, 288, 292, 296, 304, 308, 312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A103543 and A103584 for much more about this sequence.
Indices of the 0 values in A103863.
LINKS
David Applegate, Benoit Cloitre, Philippe Deléham and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers [pdf, ps].
David Applegate, Benoit Cloitre, Philippe Deléham and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers, J. Integer Seq. 8 (2005), no. 3, Article 05.3.6, 15 pp.
PROG
(Haskell)
a104235 n = a104235_list !! (n-1)
a104235_list = [x | x <- [0..], a102370 x == toInteger x]
-- Reinhard Zumkeller, Jul 21 2012
CROSSREFS
Cf. A102370, A103543, A103584. Dividing by 4 gives A104401.
Sequence in context: A312791 A312792 A312793 * A342642 A036993 A143718
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Apr 02 2005
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 22 11:49 EDT 2024. Contains 372755 sequences. (Running on oeis4.)