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.

A117200 Inverse of number triangle (1,x)+(x,x^2)+(x^2,x^3).

Original entry on oeis.org

1, -1, 1, -1, 0, 1, 1, -1, 0, 1, 0, 0, 0, 0, 1, 2, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, 1, 0, -1, 0, 0, 0, 1, 1, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -3, 2, 1, -1, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1
Offset: 0

Views

Author

Paul Barry, Mar 02 2006

Keywords

Comments

Inverse of A117198. Row sums are A117201.

Examples

			Triangle begins
1,
-1, 1,
-1, 0, 1,
1, -1, 0, 1,
0, 0, 0, 0, 1,
2, -1, -1, 0, 0, 1,
0, 0, 0, 0, 0, 0, 1,
-1, 1, 0, -1, 0, 0, 0, 1,
1, 0, -1, 0, 0, 0, 0, 0, 1