A368066 a(n) = Product_{i=1..n, j=1..n} (i^2 + 6*i*j + j^2).
1, 8, 73984, 10027173445632, 93867986947606492024406016, 185865459466664040069739311383413462872883200, 186896871826703385639703785281909582209471190408233074664996759142400
Offset: 0
Keywords
Crossrefs
Programs
-
Mathematica
Table[Product[i^2 + 6*i*j + j^2, {i, 1, n}, {j, 1, n}], {n, 0, 7}]
Formula
a(n) ~ 2^(12*n*(n+1) + 25/8) * n^(2*n^2 - 3/2) / (Pi^(1/4) * Gamma(1/4)^(1/2) * Gamma(1/8) * (1 + sqrt(2))^(2*sqrt(2)*(6*n*(n+1) + 1)/3 - 3/4) * exp(3*n^2)).
Comments