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.

A119830 Bi-diagonal inverse of (2n)!/(2k)!.

Original entry on oeis.org

1, -2, 1, 0, -12, 1, 0, 0, -30, 1, 0, 0, 0, -56, 1, 0, 0, 0, 0, -90, 1, 0, 0, 0, 0, 0, -132, 1, 0, 0, 0, 0, 0, 0, -182, 1, 0, 0, 0, 0, 0, 0, 0, -240, 1, 0, 0, 0, 0, 0, 0, 0, 0, -306, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -380, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -462, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -552, 1, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Paul Barry, May 25 2006

Keywords

Comments

Row sums are 1-2n(n-1)=1-b(n). Inverse of A119828.

Examples

			Triangle begins
1,
-2, 1,
0, -12, 1,
0, 0, -30, 1,
0, 0, 0, -56, 1,
0, 0, 0, 0, -90, 1,
0, 0, 0, 0, 0, -132, 1,
0, 0, 0, 0, 0, 0, -182, 1,
0, 0, 0, 0, 0, 0, 0, -240, 1,
0, 0, 0, 0, 0, 0, 0, 0, -306, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, -380, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -462, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -552, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -650, 1
		

Formula

Column k has g.f. x^k(1-b(k+1)x) where b(n)=2n(2n-1).