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.

A117964 a(n) = A117963(n) mod 2.

Original entry on oeis.org

1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Paul Barry, Apr 05 2006

Keywords

Comments

a(3n+2) = 0, a(3n) = a(3n+1). a(3n) may be equal to A088917(n).

Crossrefs

Formula

a(n)=sum{k=0..floor(n/2), L(C(n-k,k)/3)} mod 2 where L(j/p) is the Legendre symbol of j and p.
a(2*A081601(n)) = a(1+2*A081601(n)) = 1. [Conjectured, also these two formulas together seem to give the positions of all 1's] - Antti Karttunen, Jan 01 2023