A118407 Triangle, read by rows, equal to the matrix square of triangle A118404; also equals the matrix inverse of triangle A118401.
1, 0, 1, -2, 0, 1, 2, -2, 0, 1, 0, 2, -2, 0, 1, -2, 0, 2, -2, 0, 1, 4, -2, 0, 2, -2, 0, 1, -6, 4, -2, 0, 2, -2, 0, 1, 4, -6, 4, -2, 0, 2, -2, 0, 1, 6, 4, -6, 4, -2, 0, 2, -2, 0, 1, -20, 6, 4, -6, 4, -2, 0, 2, -2, 0, 1, 26, -20, 6, 4, -6, 4, -2, 0, 2, -2, 0, 1, -12, 26, -20, 6, 4, -6, 4, -2, 0, 2, -2, 0, 1
Offset: 0
Examples
Triangle begins: 1; 0, 1; -2, 0, 1; 2,-2, 0, 1; 0, 2,-2, 0, 1; -2, 0, 2,-2, 0, 1; 4,-2, 0, 2,-2, 0, 1; -6, 4,-2, 0, 2,-2, 0, 1; 4,-6, 4,-2, 0, 2,-2, 0, 1; 6, 4,-6, 4,-2, 0, 2,-2, 0, 1; -20, 6, 4,-6, 4,-2, 0, 2,-2, 0, 1; 26,-20, 6, 4,-6, 4,-2, 0, 2,-2, 0, 1; ...
Crossrefs
Programs
-
PARI
{T(n,k)=polcoeff(polcoeff((1+x)^2/(1+x^2)/(1+2*x+2*x^2)/(1-x*y+x*O(x^n)),n,x)+y*O(y^k),k,y)}
Formula
G.f.: A(x,y) = (1+x)^2/(1+x^2)/(1+2*x+2*x^2)/(1-x*y). Column g.f.: (1+x)^2/(1+x^2)/(1+2*x+2*x^2).
Comments