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.

A255359 a(n) = Product_{k=0..n} (k^4)!.

Original entry on oeis.org

1, 1, 20922789888000
Offset: 0

Views

Author

Vaclav Kotesovec, Feb 21 2015

Keywords

Comments

The next term a(3) has 135 digits.

Crossrefs

Programs

  • Mathematica
    Table[Product[(k^4)!, {k, 0, n}], {n, 0, 5}]
    Table[Product[j^(n - Ceiling[j^(1/4)] + 1), {j, 1, n^4}], {n, 0, 5}] (* Vaclav Kotesovec, Apr 25 2024 *)

Formula

a(n) ~ c * n^(1 + 28*n/15 + 4*n^3/3 + 2*n^4 + 4*n^5/5) * (2*Pi)^(n/2) / exp(19*n/9 + n^4/2 + 9*n^5/25), where c = A255438 = 6.644987918706354049483118... .
a(n) = Product_{j=1..n^4} j^(n - ceiling(j^(1/4)) + 1). - Vaclav Kotesovec, Apr 25 2024