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”).

A106343
Column 0 of triangle A106342, which is the matrix inverse of the triangle A008278 of Stirling numbers of 2nd kind.
1
1, -1, 2, -9, 94, -2220, 114456, -12542341, 2868686486, -1352689963470, 1303841598115220, -2553657953434195806, 10119516065845068051324, -80887691741489094086813370, 1301256069443123826666772275060, -42062318857764855463647559458896325
OFFSET
0,3
PROG
(PARI) {a(n)=(matrix(n+1, n+1, r, c, if(r>=c, sum(m=0, r-c+1, (-1)^(r-c+1-m)*m^r/m!/(r-c+1-m)!)))^-1)[n+1, 1]}
CROSSREFS
Sequence in context: A291622 A058156 A011837 * A086992 A354316 A345466
KEYWORD
sign
AUTHOR
Paul D. Hanna, May 01 2005
STATUS
approved