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 A268813 #16 Feb 16 2025 08:33:30 %S A268813 2,8,0,6,1,3,3,0,5,0,7,7,0,7,6,3,4,8,9,1,5,2,9,2,3,6,7,0,0,6,3,1,8,0, %T A268813 3,2,5,4,5,9,5,8,4,9,9,9,1,5,2,3,2,9,1,4,4,6,9,7,7,2,6,6,3,7,9,5,0,2, %U A268813 7,6,9,6,9,3,8,9,4,9,0,6,1,4,9,7,0,7,2,2,2,1,6,9,8,3,1,3,7,8,5,2,8,2 %N A268813 Decimal expansion of sum(k>=0, 1/C(k)), where C(k) is a Catalan Number (A000108). %H A268813 G. C. Greubel, <a href="/A268813/b268813.txt">Table of n, a(n) for n = 1..10000</a> %H A268813 Eric Weisstein's MathWorld, <a href="https://mathworld.wolfram.com/CatalanNumber.html">Catalan Number</a>. %H A268813 Wikipedia, <a href="http://en.wikipedia.org/wiki/Catalan_number">Catalan number</a> %F A268813 Equals 2 + 4*Pi/(9*sqrt(3)) = 1 + A121839. %F A268813 Also equals 2F1(1, 2; 1/2; 1/4), where 2F1 is the hypergeometric function 2F1. %e A268813 2.80613305077076348915292367006318032545958499915232914469772663795... %t A268813 RealDigits[2 + 4*Pi/(9*Sqrt[3]), 10, 102][[1]] %o A268813 (PARI) default(realprecision, 100); 2 + 4*Pi/(9*sqrt(3)) \\ _G. C. Greubel_, Nov 04 2018 %o A268813 (Magma) SetDefaultRealField(RealField(100)); R:=RealField(); 2 + 4*Pi(R)/(9*Sqrt(3)); // _G. C. Greubel_, Nov 04 2018 %Y A268813 Cf. A000108, A121839 (which is the main entry for this constant). %K A268813 nonn,cons %O A268813 1,1 %A A268813 _Jean-François Alcover_, Feb 14 2016