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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105617 Column 2 of triangle A105615. 2
1, 6, 50, 522, 6498, 93666, 1532970, 28079082, 569212578, 12655466946, 306280630890, 8017054975242, 225716319717858, 6802519195684386, 218521006115328810, 7454198349649868202, 269114811307118424738 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) {a(n)=if(n<0, 0, (matrix(n+3, n+3, m, j, if(m>=j, if(m==j, 1, if(m==j+1, -2*j, polcoeff(1/sum(i=0, m-j, (2*i)!/i!/2^i*x^i)+O(x^m), m-j) ))))^-1)[n+3, 3])}

CROSSREFS

Cf. A105615.

Sequence in context: A039742 A125558 A005416 * A094072 A058784 A008380

Adjacent sequences:  A105614 A105615 A105616 * A105618 A105619 A105620

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 16 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 14 11:32 EST 2012. Contains 205623 sequences.