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

A111550
Column 1 of A111549, which is the matrix log of A111544.
0
0, 2, 6, 32, 222, 1824, 17016, 176112, 1993392, 24438960, 322294896, 4548010032, 68385367152, 1091838106800, 18454096189296, 329306074785072, 6189015238217712, 122232512688657840, 2531600753529542256
OFFSET
0,2
PROG
(PARI) {a(n)=local(M=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))))); if(n<0, 0, sum(i=1, #M, (M^0-M)^i/i)[n+2, 2])}
CROSSREFS
Sequence in context: A361354 A357664 A321086 * A261398 A009686 A012318
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 07 2005
STATUS
approved