A128578 Main diagonal of table A128570.
1, 2, 24, 580, 21420, 1068480, 67189248, 5098406400, 453030209280, 46120247659200, 5290918350734016, 675157532791996800, 94836990558591590400, 14538639675855504384000, 2415072877848471727687680
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..350
Crossrefs
Programs
-
PARI
{a(n)=local(A=1+(2*n+1)*x); for(j=0,n,A=1+(2*n+1-j)*x*A^2 +x*O(x^n));polcoeff(A,n)}
Comments