login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A152432
Triangle read by rows, inverse binomial transform of A152431.
1
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,6
COMMENTS
Row sums = the Bell numbers, A000110: (1, 1, 2, 5, 15, 52, 203,...).
FORMULA
A007318^(-1) * A152431 as infinite lower triangular matrices.
EXAMPLE
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
KEYWORD
tabl,sign
AUTHOR
Gary W. Adamson, Dec 04 2008
STATUS
approved