login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A368065 a(n) = Product_{i=1..n, j=1..n} (i^2 + 5*i*j + j^2). 5
1, 7, 44100, 3210672937500, 12804360424787610000000000, 8591751256288909159255104643281750000000000, 2333034616280404811605303958158227652934766912996000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * 7^(7*n*(n+1)/2) * ((5-sqrt(21))/2)^(sqrt(21)*n*(n+1)/2) * n^(2*n^2 - 4/3) / exp(3*n^2), where c = A368069.
MATHEMATICA
Table[Product[i^2 + 5*i*j + j^2, {i, 1, n}, {j, 1, n}], {n, 0, 7}]
CROSSREFS
Sequence in context: A210846 A068251 A033984 * A348643 A123062 A300201
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 10 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 5 08:57 EDT 2024. Contains 372264 sequences. (Running on oeis4.)