cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A272238 a(n) = Product_{k=0..n} (n^2+k)!.

Original entry on oeis.org

1, 2, 2073600, 25177856146146034974720000000, 14100949826093501607549529280892932893801777581548587107609477120000000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 23 2016

Keywords

Comments

The next term has 173 digits.

Crossrefs

Programs

  • 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}]

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).