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.

A272164 a(n) = Product_{k=0..n} (n^2-k)!.

Original entry on oeis.org

1, 1, 288, 53094139822080000, 7114507432973653690572666462301501337370624000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 21 2016

Keywords

Comments

The next term has 392 digits.

Crossrefs

Programs

  • Mathematica
    Table[Product[(n^2-k)!, {k, 0, n}], {n, 0, 6}]
    Table[BarnesG[n^2 + 2]/BarnesG[n^2 - n + 1], {n, 0, 6}]

Formula

a(n) = A272163(n) * ((n^2)!)^(n+1) / A272179(n)^n.
a(n) ~ exp(1/24 + n/6 - n^2 - n^3) * n^(1 + n^2 + 2*n^3) * (2*Pi)^((n+1)/2).