A132912 a(n) = C(n+2,2)*(2*n)!/2^n.
1, 3, 36, 900, 37800, 2381400, 209563200, 24518894400, 3677834160000, 687754987920000, 156808137245760000, 42808621468092480000, 13784376112725778560000, 5169141042272166960000000, 2233068930261576126720000000, 1100902982618957030472960000000
Offset: 0
Programs
-
Mathematica
Table[(Binomial[n+2,2](2n)!)/2^n,{n,0,20}] (* Harvey P. Dale, Sep 18 2011 *)
Formula
E.g.f.: 1/(1-(3/2)*x^2+(3/4)*x^4-(1/8)*x^6) (with interpolated zeros).
a(n) -(n+2)*(2*n-1)*a(n-1)=0. - R. J. Mathar, Nov 05 2012
Extensions
More terms from Harvey P. Dale, Sep 18 2011
Comments