A368068 a(n) = Product_{i=1..n, j=1..n} (2*i^2 + 5*i*j + 2*j^2).
1, 9, 129600, 40327580160000, 1311346674278439321600000000, 13821139470331790817454891043295068160000000000, 114180111981355345833797461507302737916551512227408406118400000000000000
Offset: 0
Keywords
Programs
-
Mathematica
Table[Product[2*i^2 + 5*i*j + 2*j^2, {i, 1, n}, {j, 1, n}], {n, 0, 7}]