cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A366313 a(n) = Product_{k=0..2*n} (n^2 + k^2).

This page as a plain text file.
%I A366313 #14 Oct 06 2023 18:31:33
%S A366313 0,10,41600,805545000,48248012800000,6993773647152500000,
%T A366313 2092947132921735168000000,1157435764584534017163490000000,
%U A366313 1090228457517544945858327347200000000,1643200095810939801357184785754425000000000
%N A366313 a(n) = Product_{k=0..2*n} (n^2 + k^2).
%H A366313 Mathematics StackExchange, <a href="https://math.stackexchange.com/questions/292080/a-limit-with-infinite-product-lim-limits-n-to-infty-frac1n4-prod-i-12">A limit with infinite product</a>, 2013.
%F A366313 a(n) = n * sinh(n*Pi) * Gamma(1 + (2-i)*n) * Gamma(1 + (2+i)*n)/Pi, where i is the imaginary unit.
%F A366313 a(n) ~ 5^(2*n + 1/2) * exp(2*n*(arctan(2) - 2)) * n^(4*n+2).
%t A366313 Table[Product[k^2 + n^2, {k, 0, 2*n}], {n, 0, 10}]
%t A366313 Table[n^2*Pochhammer[1 - I*n, 2*n]*Pochhammer[1 + I*n, 2*n], {n, 0, 10}]
%o A366313 (PARI) a(n) = prod(k=0, 2*n, n^2 + k^2); \\ _Michel Marcus_, Oct 06 2023
%Y A366313 Cf. A272244, A105199.
%K A366313 nonn
%O A366313 0,2
%A A366313 _Vaclav Kotesovec_, Oct 06 2023