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!)
A105622 Row sums of triangle A105620. 1
1, 0, -3, -16, -104, -908, -9980, -130756, -1978044, -33864628, -646882700, -13637768276, -314550050684, -7879500818548, -213050486593260, -6184793428783156, -191870459680722524, -6335136849263878868, -221817478808912340620, -8209644712019737332436 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A105620 is the matrix inverse square-root of triangle A105615.
LINKS
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)))))); R=(M+M^0)/2; for(i=1, floor(2*log(n+2)), R=(R+M*R^(-1))/2); return(if(n<0, 0, sum(k=0, n, R[n+1, k+1])))}
CROSSREFS
Sequence in context: A366050 A368934 A344216 * A110903 A206351 A085614
KEYWORD
sign
AUTHOR
Paul D. Hanna, Apr 16 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)