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.

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

Original entry on oeis.org

1, 2, 116121600, 52498561358549216844165257625600000000
Offset: 0

Views

Author

Vaclav Kotesovec, Mar 31 2024

Keywords

Comments

The next term has 107 digits.

Crossrefs

Programs

  • Mathematica
    Table[Product[(n^2+k^2)!, {k, 0, n}], {n, 0, 5}]

Formula

a(n) ~ 2^(4*n^3/3 + n^2 + 7*n/6 + 3/4) * exp(-26*n^3/9 + Pi*n^3/3 - 3*n^2/2 + Pi*n/4 - n) * Pi^((n+1)/2) * n^(8*n^3/3 + 3*n^2 + 4*n/3 + 1).