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.

A371642 a(n) = Product_{k=0..n} (n^2 + k^2)! / (n^2 - k^2)!.

This page as a plain text file.
%I A371642 #9 Apr 01 2024 09:39:22
%S A371642 1,2,806400,29900785676206001356800000,
%T A371642 1118776785681133797769642926006209350326602179759885516800000000000000
%N A371642 a(n) = Product_{k=0..n} (n^2 + k^2)! / (n^2 - k^2)!.
%F A371642 a(n) = A371643(n) / A371624(n).
%F A371642 a(n) ~ c * 2^(n^2 - n/6 + 1/4) * exp((3*Pi-10)*n^3/9 - n^2 + Pi*n/4) * n^(4*n^3/3 + 2*n^2 + n/2 + 3/4) / A^(2*n), where c = 1.941002... = A255504 * (c from A371603) and A is the Glaisher-Kinkelin constant A074962.
%t A371642 Table[Product[(n^2+k^2)!/(n^2-k^2)!, {k, 0, n}], {n, 0, 6}]
%Y A371642 Cf. A272241, A371624, A371643.
%K A371642 nonn
%O A371642 0,2
%A A371642 _Vaclav Kotesovec_, Mar 31 2024