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.

A106346 Inverse of number triangle A106344.

Original entry on oeis.org

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

Views

Author

Paul Barry, Apr 29 2005

Keywords

Comments

Rows sums are A036987 (conjecture).

Examples

			Triangle begins
1
0  1
0 -1  1
0  0  0  1
0  1 -1 -1  1
0  0  0 -1  0  1
0  0  0  0  0 -1  1
0  0  0  0  0  0  0  1
0 -1  1  1 -1  1 -1 -1  1
0  0  0  1  0 -1  0 -1  0  1
0  0  0  0  0  1 -1  0  0 -1  1
0  0  0  0  0  0  0 -1  0  0  0  1
0  0  0  0  0  0  0  0  0  1 -1 -1  1
		

Crossrefs

Extensions

Example corrected by Philippe Deléham, Jul 17 2012