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.

A375843 a(n) = Product_{k=0..n} (k^6 + n).

Original entry on oeis.org

0, 2, 396, 588528, 4087208000, 97390176449400, 6465177278417919600, 1030450155933504769261568, 352805275175791344554903371776, 238031797291547406166218644352900000, 295416986525310718941438520613968960376000
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 31 2024

Keywords

Crossrefs

Programs

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

Formula

a(n) ~ n^(6*n + 7/2) / exp(6*n - 2*Pi*n^(1/6)).