A135082 Column 1 of triangle A135080.
1, 2, 7, 40, 326, 3492, 46558, 744320, 13889080, 296459376, 7125938790, 190502850972, 5607258255032, 180198503713952, 6278311585490032, 235730921392184452, 9489040823468191328, 407662178549724426176
Offset: 0
Keywords
Programs
-
PARI
{a(n)=local(F=x,M,N,P); M=matrix(n+3,n+3,r,c,F=x;for(i=1,r+c-2,F=subst(F,x,x+x^2+x*O(x^(n+3))));polcoeff(F,c)); N=matrix(n+2,n+2,r,c,M[r,c]);P=matrix(n+2,n+2,r,c,M[r+1,c]);(P~*N~^-1)[n+2,2]}
Comments