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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105624 Column 2 of triangle A105623. 0
1, 3, 19, 167, 1831, 23843, 358339, 6097607, 115840951, 2430329603, 55812650419, 1392737182247, 37528377195271, 1086086115808163, 33600297897404899, 1106632150406054087, 38659524289511283991, 1427864216163041265923 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

A105623 equals the matrix square-root of triangle A105615.

PROG

(PARI) {a(n)=local(R, M=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); R=(M+M^0)/2; for(i=1, floor(2*log(n+2)), R=(R+M*R^(-1))/2); return(if(n<0, 0, R[n+3, 3]))}

CROSSREFS

Cf. A105615, A105623.

Sequence in context: A136474 A183069 A201123 * A080835 A080836 A059280

Adjacent sequences:  A105621 A105622 A105623 * A105625 A105626 A105627

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 13 15:49 EST 2012. Contains 205521 sequences.