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.

A375841 a(n) = Product_{k=0..n} (k^4 + n).

Original entry on oeis.org

0, 2, 108, 19152, 8840000, 8908817400, 17303456226672, 59111538137501696, 331331804053754904576, 2885800103371503562500000, 37384163240259410286768056000, 694933775143924511454539020849152, 17989643936954432911290280974476623872, 632268529759009258574304284235050340614528
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 31 2024

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[k^4 + n, {k, 0, n}], {n, 0, 15}]

Formula

a(n) ~ n^(4*n + 5/2) / exp(4*n - Pi*sqrt(2)*n^(1/4)).