login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A368720
a(n) = Product_{j=1..n, k=1..n} (j^3 + k^3 + n^3).
3
1, 3, 69360, 1522177267723200, 391047538356893112890665992192000, 6785985430272886334677590546861463643140253138288640000000
OFFSET
0,2
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...
MATHEMATICA
Table[Product[j^3 + k^3 + n^3, {j, 1, n}, {k, 1, n}], {n, 0, 6}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 04 2024
STATUS
approved