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.
%I A165975 #15 May 11 2018 10:17:44 %S A165975 1,2,112,261360,27983155200,143829595278720000, %T A165975 36441048083860298170220544,463109968103790656729135319264000000, %U A165975 298869615482782118878970689211942578421760000000 %N A165975 a(n) = sqrt( binomial(4n,0) * binomial(4n,1) * ... * binomial(4n,2n-1) ). %H A165975 G. C. Greubel, <a href="/A165975/b165975.txt">Table of n, a(n) for n = 0..25</a> %F A165975 a(n) = (4n)!^n / A165970(n). %F A165975 a(n) ~ A^(1/2) * exp(2*n^2 + n - 1/48) / (2^(5*n/2 + 1/6) * Pi^(n/2) * n^(n/2 - 1/24)), where A = A074962 is the Glaisher-Kinkelin constant. - _Vaclav Kotesovec_, Apr 19 2016 %t A165975 Table[Sqrt[Product[Binomial[4*n, k], {k, 0, 2*n - 1}]], {n, 0, 5}] (* _G. C. Greubel_, Apr 19 2016 *) %o A165975 (PARI) a(n) = sqrtint(prod(k=0, 2*n-1, binomial(4*n, k))); \\ _Michel Marcus_, Apr 19 2016 %Y A165975 Cf. A262261. %K A165975 nonn %O A165975 0,2 %A A165975 _Max Alekseyev_, Oct 02 2009