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!)
A324589 a(n) = Product_{j=1..n, k=1..n} (1 + (j*k)^2). 3
1, 2, 850, 9541930000, 62954953875193006250000, 2232026314050243695025069057306526600000000, 2378738322196706013428557679949358718247570924314917636028125000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Product_{j>=1, k>=1} (1 + 1/(j^3*k^3)) = 3.07044599622955113359633939413741321690850038945774000273914990604256664558...
LINKS
FORMULA
a(n) ~ c * 4^n * Pi^(2*n) * n^(2*n*(2*n+1)) / exp(4*n^2), where c = 14.2467190172413789737182639605567415110439648274273645215657580983939589... = exp(1/3) * Product_{j>=1, k>=1} (1 + 1/(j^2*k^2)). - Vaclav Kotesovec, Mar 28 2019
MAPLE
a:= n-> mul(mul((i*j)^2+1, i=1..n), j=1..n):
seq(a(n), n=0..7); # Alois P. Heinz, Jun 24 2023
MATHEMATICA
Table[Product[j^2*k^2 + 1, {j, 1, n}, {k, 1, n}], {n, 1, 8}]
Round[Table[Product[k^(1 + 2*n) * Gamma[1 - I/k + n] * Gamma[1 + I/k + n] * Sinh[Pi/k]/Pi, {k, 1, n}], {n, 1, 8}]]
CROSSREFS
Sequence in context: A230396 A028485 A034227 * A145748 A141185 A257660
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 09 2019
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Jun 24 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 21 17:00 EDT 2024. Contains 372738 sequences. (Running on oeis4.)