%I #18 May 08 2020 04:03:29
%S 0,4,8,16,20,24,32,36,40,48,52,56,64,68,72,80,84,88,96,100,104,112,
%T 116,120,128,132,136,144,148,152,160,164,168,176,180,184,192,196,200,
%U 208,212,216,224,228,232,240,244,256,260,264,272,276,280,288,292,296,304,308,312
%N Numbers n such that A102370(n) = n.
%C See A103543 and A103584 for much more about this sequence.
%C Indices of the 0 values in A103863.
%H Reinhard Zumkeller, <a href="/A104235/b104235.txt">Table of n, a(n) for n = 1..1000</a>
%H David Applegate, Benoit Cloitre, Philippe Deléham and N. J. A. Sloane, Sloping binary numbers: a new sequence related to the binary numbers [<a href="http://neilsloane.com/doc/slopey.pdf">pdf</a>, <a href="http://neilsloane.com/doc/slopey.ps">ps</a>].
%H David Applegate, Benoit Cloitre, Philippe Deléham and N. J. A. Sloane, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL8/Sloane/sloane300.html">Sloping binary numbers: a new sequence related to the binary numbers</a>, J. Integer Seq. 8 (2005), no. 3, Article 05.3.6, 15 pp.
%o (Haskell)
%o a104235 n = a104235_list !! (n-1)
%o a104235_list = [x | x <- [0..], a102370 x == toInteger x]
%o -- _Reinhard Zumkeller_, Jul 21 2012
%Y Cf. A102370, A103543, A103584. Dividing by 4 gives A104401.
%Y Cf. A105271, A214414.
%K nonn,base
%O 1,2
%A _N. J. A. Sloane_, Apr 02 2005