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!)
A368623 a(n) = Product_{k=1..n} (k^2 + 2*n^2). 1
1, 3, 108, 11286, 2337984, 804305700, 414285404544, 298436020283016, 286455044544970752, 353358684943164351792, 544692796454778554880000, 1025983872949208210500475232, 2318663822077115453077590638592, 6191980828123077577798830642106944, 19289639610614384872295428226588737536 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, for d>0, Product_{k=1..n} (k^2 + d*n^2) ~ (d+1)^(n + 1/2) * exp(n*(sqrt(d)*(Pi - 2*arctan(sqrt(d))) - 2)) * n^(2*n) / sqrt(d). - Vaclav Kotesovec, Jan 06 2024
LINKS
FORMULA
a(n) ~ 3^(n + 1/2) * exp(n*(sqrt(2)*arctan(2*sqrt(2)) - 2)) * n^(2*n) / sqrt(2).
MATHEMATICA
Table[Product[k^2 + 2*n^2, {k, 1, n}], {n, 0, 20}]
CROSSREFS
Sequence in context: A336438 A112879 A172271 * A053861 A041635 A272572
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 01 2024
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 April 27 02:24 EDT 2024. Contains 372004 sequences. (Running on oeis4.)