login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111538 Column 2 of triangle A111536; also equals column 0 of triangle A111541, which is the matrix log of triangle A111536. 4
1, 3, 14, 84, 600, 4908, 44952, 454344, 5016768, 60062352, 775089312, 10728930912, 158638465536, 2496437377728, 41674737264000, 735831528563328, 13704461848753152, 268562085051533568, 5525005742876244480 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = A111536(n+2, 2) = A111541(n+1, 0).

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+1)!/1!*x^i)), m-j-1))))^-1)[n+3, 3])}

CROSSREFS

Cf. A111536, A111541.

Sequence in context: A190761 A005700 A088717 * A160881 A088716 A005189

Adjacent sequences:  A111535 A111536 A111537 * A111539 A111540 A111541

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 06 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.