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.

Showing 1-1 of 1 results.

A272241 a(n) = Product_{k=0..n} ((n^2 + k)! / (n^2 - k)!).

Original entry on oeis.org

1, 2, 7200, 474211584000, 1981999450972492922880000, 1401219961854040654113268364083200000000000, 370389015130516478011776928922387124162707119541939129548800000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 23 2016

Keywords

Comments

The next term has 95 digits.

Crossrefs

Programs

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

Formula

a(n) = A272238(n) / A272164(n).
a(n) ~ exp(5/12) * n^(2*n*(n+1)).
Showing 1-1 of 1 results.