A132626 Column 0 of triangle A132625.
1, 1, 2, 14, 336, 25836, 6251504, 4838830976, 12344615283200, 106978340796778976, 3229124399759665954432, 346176173916459184212747520, 133788163509847808639178273046528
Offset: 0
Keywords
Programs
-
PARI
{a(n)=local(A=vector(n+1), p); A[1]=1; for(j=1, n, p=2^n-2^(n-j)-j; A=Vec((Polrev(A)+x*O(x^p))/(1-x))); A[p+1]}
Comments