cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A082416 Parity of A073941(n).

This page as a plain text file.
%I A082416 #15 Jul 13 2013 12:02:59
%S A082416 1,1,1,0,1,0,0,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,1,0,0,0,
%T A082416 0,1,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,1,0,1,0,1,1,1,1,0,1,1,1,1,1,0,
%U A082416 1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,0,1,0,1,1,0,1,1,1,1,0,1,0,1
%N A082416 Parity of A073941(n).
%H A082416 Reinhard Zumkeller, <a href="/A082416/b082416.txt">Table of n, a(n) for n = 1..1000</a>
%o A082416 (PARI) u=1; for(n=2,150,v=ceil(u/2); u=v+u; print1(v%2,","))
%o A082416 (Haskell)
%o A082416 a082416 n = a082416_list !! (n-1)
%o A082416 a082416_list = map (`mod` 2) a073941_list
%o A082416 -- _Reinhard Zumkeller_, Oct 26 2011
%Y A082416 Cf. A073941, A005428.
%K A082416 nonn,easy
%O A082416 1,1
%A A082416 _N. J. A. Sloane_, based on a suggestion of _Jeremy Gardiner_, Apr 25 2003
%E A082416 More terms from _Benoit Cloitre_, Apr 25 2003