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

A111545
Column 1 of triangle A111544.
1
1, 2, 9, 57, 441, 3933, 39249, 430677, 5137641, 66103533, 911973249, 13428837477, 210259505241, 3489291147933, 61200522593649, 1131630622515477, 22007781151434441, 449197758198576333, 9603342828706622049
OFFSET
0,2
PROG
(PARI) {a(n)=if(n<0, 0, (matrix(n+2, n+2, m, j, if(m==j, 1, if(m==j+1, -m+1, -(m-j-1)*polcoeff(log(sum(i=0, m, (i+2)!/2!*x^i)), m-j-1))))^-1)[n+2, 2])}
CROSSREFS
Cf. A111544.
Sequence in context: A175900 A175912 A218824 * A070075 A124405 A300343
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 07 2005
STATUS
approved