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

A111555
Column 2 of triangle A111553.
1
1, 3, 16, 116, 1016, 10176, 113216, 1375456, 18047296, 253815936, 3805221376, 60558070016, 1019617312256, 18111737604096, 338602832961536, 6648048064792576, 136810876329865216, 2945671077411987456
OFFSET
0,2
PROG
(PARI) {a(n)=if(n<0, 0, (matrix(n+3, n+3, m, j, if(m==j, 1, if(m==j+1, -m+1, -(m-j-1)*polcoeff(log(sum(i=0, m, (i+3)!/3!*x^i)), m-j-1))))^-1)[n+3, 3])}
CROSSREFS
Sequence in context: A036244 A011818 A036248 * A336293 A355718 A221409
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 07 2005
STATUS
approved