A368721 a(n) = Product_{j=1..n, k=1..n} (j^4 + k^4 + n^4).
1, 3, 940896, 18425962131085183248, 652934720004728520613911984092239003385856, 433324200327440062759688153700055880769227264159137063987248492437306880000
Offset: 0
Keywords
Programs
-
Mathematica
Table[Product[j^4 + k^4 + n^4, {j, 1, n}, {k, 1, n}], {n, 0, 6}]
Formula
Limit_{n->oo} a(n)^(1/(n^2)) / n^4 = exp(Integral_{x=0..1, y=0..1} log(x^4 + y^4 + 1) dy dx) = 1.35451345305131009729671041498902524074679186355643287514556358...
Comments