A132613 Column 2 of triangle A132610.
1, 1, 6, 76, 1510, 41121, 1424178, 59857416, 2957282370, 167852629965, 10757980606208, 768190770422700, 60461731639747100, 5199414726620992073, 484974399630368105130, 48763257278485285019472
Offset: 0
Keywords
Programs
-
PARI
{a(n)=local(A=vector(n+3), p); A[1]=1; for(j=1, n-1, p=(n+1)^2-(n-j+1)^2; A=Vec((Polrev(A)+x*O(x^p))/(1-x))); A=Vec((Polrev(A)+x*O(x^p))/(1-x)); A[p+1]}
Comments