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.

A117901 Inverse of number triangle A117898.

Original entry on oeis.org

1, -1, 1, 0, -2, 1, 0, 3, -2, 1, 0, 0, 0, -1, 1, 0, -6, 3, 0, -2, 1, 0, 12, -6, 0, 3, -2, 1, 0, 0, 0, 0, 0, 0, -1, 1, 0, -24, 12, 0, -6, 3, 0, -2, 1, 0, 48, -24, 0, 12, -6, 0, 3, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1, 0, -96, 48, 0, -24, 12, 0, -6, 3, 0, -2, 1, 0, 192, -96, 0, 48, -24, 0, 12, -6, 0, 3, -2, 1
Offset: 0

Views

Author

Paul Barry, Apr 01 2006

Keywords

Comments

Row sums are A117902. Diagonal sums are A117903.

Examples

			Triangle begins
1,
-1, 1,
0, -2, 1,
0, 3, -2, 1,
0, 0, 0, -1, 1,
0, -6, 3, 0, -2, 1,
0, 12, -6, 0, 3, -2, 1,
0, 0, 0, 0, 0, 0, -1, 1,
0, -24, 12, 0, -6, 3, 0, -2, 1,
0, 48, -24, 0, 12, -6, 0, 3, -2, 1
		

Formula

G.f.:(2x^6*y^2+x^5*y(2-y)+4x^4(1-y)-x^3(2y^2-3y+4)+x^2*y(y-2)+x(y-1)+1)/((1-4x^3)(1-x^3*y^3))