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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; internal format)
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: A175896 A175900 A175912 * A070075 A124405 A141787

Adjacent sequences:  A111542 A111543 A111544 * A111546 A111547 A111548

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 07 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 16 06:08 EST 2012. Contains 205860 sequences.