OFFSET
1,2
COMMENTS
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
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
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Apr 02 2005
STATUS
approved