login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A212412
Parity of curling number of binary expansion of n.
5
1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1
OFFSET
0
COMMENTS
a(n) = A181935(n) mod 2;
a(A212440(n)) = 0 and a(A212441(n)) = 1;
A212439(n) = 2*n + a(n).
LINKS
FORMULA
a(n) = A000035(A181935(n)). - Omar E. Pol, Oct 28 2013
PROG
(Haskell)
a212412 = (`mod` 2) . a181935
CROSSREFS
Cf. A212444.
Sequence in context: A325898 A117904 A259030 * A185906 A071003 A071002
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 17 2012
STATUS
approved