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 A096428 #14 Feb 16 2025 08:32:53 %S A096428 4,2,4,7,2,9,6,5,4,5,9,6,3,8,7,8,6,5,1,2,2,1,5,1,3,1,4,9,5,9,5,7,8,8, %T A096428 5,2,4,0,2,2,2,3,8,5,7,8,9,3,1,5,5,6,8,4,8,1,6,2,0,0,6,0,7,3,3,5,5,9, %U A096428 3,3,3,8,2,2,4,4,8,4,6,4,4,9,6,5,4,7,6,0,0,4,1,7,0,3,7,8,3,6,0,8,0,3 %N A096428 Decimal expansion of (4*sqrt(2)*Pi^2)/gamma(1/4)^2. %C A096428 Asymptotic constant in the expected perimeter of square point picking. %D A096428 Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 8.1 Geometric Probability Constants, p. 481. %H A096428 G. C. Greubel, <a href="/A096428/b096428.txt">Table of n, a(n) for n = 1..10000</a> %H A096428 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/SquarePointPicking.html">Square Point Picking</a> %e A096428 4.247296545963878651221513149595788524022238578931556848162... %t A096428 RealDigits[(4*Sqrt[2]*Pi^2)/Gamma[1/4]^2, 10, 100][[1]] (* _G. C. Greubel_, Sep 27 2018 *) %o A096428 (PARI) (4*sqrt(2)*Pi^2)/gamma(1/4)^2 \\ _Michel Marcus_, Jun 26 2014 %o A096428 (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); 4*Sqrt(2)*Pi(R)^2/Gamma(1/4)^2; // _G. C. Greubel_, Sep 27 2018 %Y A096428 Cf. A097060. %K A096428 nonn,cons %O A096428 1,1 %A A096428 _Eric W. Weisstein_, Jul 21 2004