The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A368067 a(n) = Product_{i=1..n, j=1..n} (i^2 + 3*i*j + j^2). 3
1, 5, 12100, 188898484500, 91554454518735288960000, 4263420404009649597344435073399120000000, 46073465749493255153019723901007197815549903333795840000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 5^(5*n*(n+1)/2 + 1/2) * n^(2*n^2 - 1) / (2 * Pi * exp(3*n^2) * phi^(sqrt(5)*(n*(n+1) + 1/6) - 1/2)), where phi = A001622 is the golden ratio.
MATHEMATICA
Table[Product[i^2 + 3*i*j + j^2, {i, 1, n}, {j, 1, n}], {n, 0, 7}]
CROSSREFS
Sequence in context: A260262 A058051 A242772 * A364691 A367943 A089989
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 25 14:05 EDT 2024. Contains 372788 sequences. (Running on oeis4.)