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.

A375842 a(n) = Product_{k=0..n} (k^5 + n).

Original entry on oeis.org

0, 2, 204, 103320, 182819520, 886613565600, 9973411835945040, 230723130088707984000, 10026790739932043582668800, 762878670971305314645055065600, 96049580303627434572710125880376000, 19110279123993980912852049573590159155200
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 31 2024

Keywords

Crossrefs

Programs

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

Formula

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