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.

A128973 Triangle formed by reading A038622 mod 2 .

Original entry on oeis.org

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

Views

Author

Philippe Deléham, Apr 28 2007

Keywords

Comments

Also triangle formed by reading triangles A089942, A124733, A126331, A126791, A126970 modulo 2 .

Examples

			Triangle begins:
1;
0, 1;
1, 1, 1;
1, 1, 0, 1;
1, 0, 0, 1, 1;
0, 1, 1, 0, 0, 1;
1, 0, 0, 1, 1, 1, 1;
0, 1, 1, 0, 1, 1, 0, 1;
1, 0, 0, 0, 0, 0, 0, 1, 1;
		

Formula

T(n,0)=A035263(n). Sum_{k, 0<=k<=n}T(n,k)*(-1)^k = (-1)^n .