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.

A368720 a(n) = Product_{j=1..n, k=1..n} (j^3 + k^3 + n^3).

Original entry on oeis.org

1, 3, 69360, 1522177267723200, 391047538356893112890665992192000, 6785985430272886334677590546861463643140253138288640000000
Offset: 0

Views

Author

Vaclav Kotesovec, Jan 04 2024

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[j^3 + k^3 + n^3, {j, 1, n}, {k, 1, n}], {n, 0, 6}]

Formula

Limit_{n->oo} a(n)^(1/(n^2)) / n^3 = exp(Integral_{x=0..1, y=0..1} log(x^3 + y^3 + 1) dy dx) = 1.4501318426779115107161463152054835452511102493859148975306452...