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.

A152432 Triangle read by rows, inverse binomial transform of A152431.

Original entry on oeis.org

1, 0, 1, 1, -1, 2, 2, 2, -4, 5, 7, 0, 8, -15, 15, 26, 7, -8, 35, -60, 52, 109, 19, 22, -55, 165, -260, 203, 500, 90, 16, 110, -330, 832, -1218, 877, 2485, 410, 164, -70, 660, -1976, 4466, -6139, 4140, 13262, 2075, 656, 480, -870, 4264, -12180, 25433, -33120, 21147
Offset: 0

Views

Author

Gary W. Adamson, Dec 04 2008

Keywords

Comments

Row sums = the Bell numbers, A000110: (1, 1, 2, 5, 15, 52, 203,...).

Examples

			First few rows of the triangle =
1;
0, 1;
1, -1, 2;
2, 2, -4, 5;
7, 0, 8, -15, 15;
26, 7, -8, 35, -60, 52;
109, 19, 22, -55, 165, -260, 203;
500, 90, 16, 110, -330, 832, -1218, 877;
2485, 410, 164, -70, 660, -1976, 4466, -6139, 4140;
13262, 2075, 656, 480, -870, 4264, -12180, 25433, -33120, 21147;
...
		

Crossrefs

Formula

A007318^(-1) * A152431 as infinite lower triangular matrices.