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.

A272096 a(n) = Product_{k=0..n} (k*n)!.

Original entry on oeis.org

1, 1, 48, 1567641600, 9698137182219213471744000000, 21488900044302744250061179567064173417691432878080000000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 20 2016

Keywords

Comments

The next term has 126 digits.

Crossrefs

Programs

  • Mathematica
    Table[Product[(k*n)!, {k, 0, n}], {n, 0, 6}]

Formula

a(n) ~ A^n * n^(1/4 + 13*n/12 + n^2 + n^3) * (2*Pi)^(1/4 + n/2) / exp(n*(2 + 2*n + 3*n^2)/4), where A = A074962 is the Glaisher-Kinkelin constant.