A132618 Column 2 of triangle A132615.
1, 1, 5, 56, 1020, 26015, 855478, 34461260, 1642995124, 90456911140, 5646312067585, 393937815588880, 30374808071994000, 2564601377235725520, 235302361169390146650, 23309583579201438877060
Offset: 0
Keywords
Programs
-
PARI
{a(n)=local(A=vector(n+1), p); A[1]=1; for(j=1, n-1, p=(n+1)*n-(n-j+1)*(n-j); A=Vec((Polrev(A)+x*O(x^p))/(1-x))); A=Vec((Polrev(A)+x*O(x^p))/(1-x)); A[p+1]}
Comments