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.

A114004 Inverse of triangle A114002.

Original entry on oeis.org

1, -2, 1, -2, 0, 1, 2, -2, 0, 1, -2, 0, 0, 0, 1, 6, -2, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, -2, 2, 0, -2, 0, 0, 0, 1, 2, 0, -2, 0, 0, 0, 0, 0, 1, 6, -2, 0, 0, -2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -10, 6, 2, -2, 0, -2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 1, 6, 0, -2, 0, -2, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Paul Barry, Nov 12 2005

Keywords

Comments

Row sums are A114006. First column is A114005.

Examples

			Triangle begins
1;
-2, 1;
-2, 0, 1;
2,-2, 0, 1;
-2, 0, 0, 0, 1;
6,-2,-2, 0, 0, 1;
-2, 0, 0, 0, 0, 0, 1;
-2, 2, 0,-2, 0, 0, 0, 1;
2, 0,-2, 0, 0, 0, 0, 0, 1;
6,-2, 0, 0,-2, 0, 0, 0, 0, 1;