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!)
A366313 a(n) = Product_{k=0..2*n} (n^2 + k^2). 0
0, 10, 41600, 805545000, 48248012800000, 6993773647152500000, 2092947132921735168000000, 1157435764584534017163490000000, 1090228457517544945858327347200000000, 1643200095810939801357184785754425000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Mathematics StackExchange, A limit with infinite product, 2013.
FORMULA
a(n) = n * sinh(n*Pi) * Gamma(1 + (2-i)*n) * Gamma(1 + (2+i)*n)/Pi, where i is the imaginary unit.
a(n) ~ 5^(2*n + 1/2) * exp(2*n*(arctan(2) - 2)) * n^(4*n+2).
MATHEMATICA
Table[Product[k^2 + n^2, {k, 0, 2*n}], {n, 0, 10}]
Table[n^2*Pochhammer[1 - I*n, 2*n]*Pochhammer[1 + I*n, 2*n], {n, 0, 10}]
PROG
(PARI) a(n) = prod(k=0, 2*n, n^2 + k^2); \\ Michel Marcus, Oct 06 2023
CROSSREFS
Sequence in context: A055321 A092300 A048916 * A260797 A055310 A371644
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 06 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 April 27 11:10 EDT 2024. Contains 372019 sequences. (Running on oeis4.)