login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A272238
a(n) = Product_{k=0..n} (n^2+k)!.
4
1, 2, 2073600, 25177856146146034974720000000, 14100949826093501607549529280892932893801777581548587107609477120000000000000000
OFFSET
0,2
COMMENTS
The next term has 173 digits.
FORMULA
a(n) = ((n^2+n)!)^(n+1) / A272237(n).
a(n) ~ exp(11/24 + n/6 - n^2 - n^3) * n^((1+n)*(1 + n + 2*n^2)) * (2*Pi)^((n+1)/2).
MATHEMATICA
Table[Product[(n^2+k)!, {k, 0, n}], {n, 0, 6}]
Table[BarnesG[n^2 + n + 2]/BarnesG[n^2 + 1], {n, 0, 6}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Apr 23 2016
STATUS
approved