A262261 a(n) = Product_{k=0..n} binomial(4*k,k).
1, 4, 112, 24640, 44844800, 695273779200, 93581069585203200, 110803729631663996928000, 1165466869384731418887782400000, 109720873815210197693149787062272000000, 93006053830822450607559730484293052399616000000
Offset: 0
Crossrefs
Programs
-
Mathematica
Table[Product[Binomial[4*k,k],{k,0,n}],{n,0,10}]
Formula
a(n) ~ A^(13/12) * 2^(9*n/2 + 4*n^2) * exp(n/2 - 13/144) * Gamma(1/4)^(1/2) / (Gamma(1/3)^(1/3) * 3^(11/36 + 2*n + 3*n^2/2) * Pi^(7/12 + n/2) * n^(49/144 + n/2)), where A = A074962 is the Glaisher-Kinkelin constant.
Comments