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.

A112334 Inverse of number triangle A112333.

Original entry on oeis.org

1, -2, 1, 0, -5, 1, 0, 0, -8, 1, 0, 0, 0, -11, 1, 0, 0, 0, 0, -14, 1, 0, 0, 0, 0, 0, -17, 1, 0, 0, 0, 0, 0, 0, -20, 1, 0, 0, 0, 0, 0, 0, 0, -23, 1, 0, 0, 0, 0, 0, 0, 0, 0, -26, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -29, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -35, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -38, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Paul Barry, Sep 04 2005

Keywords

Comments

Row sums are A112335.

Examples

			Triangle begins
1;
-2,1;
0,-5,1;
0,0,-8,1;
0,0,0,-11,1;
0,0,0,0,-14,1;
0,0,0,0,0,-17,1;