The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A107728 Matrix inverse of A107722. 2
1, -2, 1, -4, -4, 1, -26, -8, -6, 1, -262, -52, -14, -8, 1, -3482, -524, -102, -22, -10, 1, -56902, -6964, -1130, -184, -32, -12, 1, -1099514, -113804, -16326, -2304, -306, -44, -14, 1, -24494422, -2199028, -287882, -37224, -4326, -476, -58, -16, 1, -617906906, -48988844, -5969382, -727928, -78114 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Column 0 shift left = -2*A107721, where A107721 = column 1 of A107719. Column 1 shift left = 2*(column 0) shift left. Matrix square of A107727.
LINKS
EXAMPLE
Triangle begins:
1;
-2,1;
-4,-4,1;
-26,-8,-6,1;
-262,-52,-14,-8,1;
-3482,-524,-102,-22,-10,1;
-56902,-6964,-1130,-184,-32,-12,1;
-1099514,-113804,-16326,-2304,-306,-44,-14,1; ...
PROG
(PARI) {T(n, k)=local(L, N, M=matrix(n+1, n+1, m, j, if(m>=j, if(m==j, 1, if(m==j+1, -3*j, polcoeff(1/sum(i=0, m-j, prod(r=0, i-1, 3*r+1)*x^i)+O(x^m), m-j)))))^-1); L=sum(i=1, #M, (M^0-M)^i/i)/3; N=sum(i=0, #L, L^i/i!); return(if(n<0, 0, (N^2)[n+1, k+1]))}
CROSSREFS
Sequence in context: A108556 A122440 A046943 * A128250 A086145 A309086
KEYWORD
sign,tabl
AUTHOR
Paul D. Hanna, May 30 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 May 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)