login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111547 Column 3 of triangle A111544; also found in column 0 of triangle A111549, which equals the matrix logarithm of A111544. 1
1, 4, 23, 165, 1383, 13083, 136863, 1562715, 19301319, 256191363, 3636036783, 54956529675, 881578601559, 14964805041363, 268105552191423, 5057384615702235, 100224731537223399, 2082402995330965923 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A111544(n+3, 3) = A111549(n+1, 0).
PROG
(PARI) {a(n)=if(n<0, 0, (matrix(n+4, n+4, 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+4, 4])}
CROSSREFS
Sequence in context: A304074 A307402 A354497 * A171992 A158884 A317057
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 07 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)