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”).

A367943
a(n) = Product_{i=1..n, j=1..n} (i^2 + 4*j^2).
3
1, 5, 13600, 294372000000, 252880261890048000000000, 27099784799070466617992871936000000000000, 882065676199020188908312950703217787436793856000000000000000000
OFFSET
0,2
FORMULA
a(n) ~ c * n^(2*n^2 - 1/2) * 5^(n*(n+1)) * 2^(-n) * exp(n*(n+1)*(2*Pi - 3*arctan(2))/2 - 3*n^2) , where c = 0.4523180383519335764034720087114905921141637339852374451758854101884791581...
MATHEMATICA
Table[Product[i^2+4*j^2, {i, 1, n}, {j, 1, n}], {n, 0, 8}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 05 2023
STATUS
approved