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).

Original entry on oeis.org

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, 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, 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
Offset: 1

Views

Author

N. J. A. Sloane, based on a suggestion of Jeremy Gardiner, Apr 25 2003

Keywords

Crossrefs

Programs

  • Haskell
    a082416 n = a082416_list !! (n-1)
    a082416_list = map (`mod` 2) a073941_list
    -- Reinhard Zumkeller, Oct 26 2011
  • PARI
    u=1; for(n=2,150,v=ceil(u/2); u=v+u; print1(v%2,","))
    

Extensions

More terms from Benoit Cloitre, Apr 25 2003