A368622 a(n) = Product_{j=1..n, k=1..n} (j^2 + k^2 + n^2).
1, 3, 5832, 172907569296, 419358815743567702818816, 267800543010963952830647446563000000000000, 110831581527076064529150462985910455129725821244148698662830080000
Offset: 0
Keywords
Programs
-
Mathematica
Table[Product[j^2 + k^2 + n^2, {j, 1, n}, {k, 1, n}], {n, 0, 10}]
Formula
Limit_{n->oo} a(n)^(1/(n^2)) / n^2 = exp(Integral_{x=0..1, y=0..1} log(x^2 + y^2 + 1) dy dx) = 1.6143980185761253961882683158432481977126507900460725431661...
Comments