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 A276484 #21 Feb 16 2025 08:33:36 %S A276484 1,2,2,6,3,6,4,6,7,1,2,1,6,7,4,2,7,1,3,9,0,9,9,2,5,8,1,0,9,3,9,7,3,5, %T A276484 4,6,4,8,3,1,6,8,9,4,6,3,3,8,5,8,3,4,0,8,9,4,9,0,5,4,4,7,8,3,9,3,3,3, %U A276484 5,3,1,7,6,4,0,5,4,1,6,9,7,8,2,1,2,1,1,8,7,7,2,0,1,8,9,0,1,7,1,5,7,1,0,0,1,3,2,0,0,1,5,2,6,5,9,6,8,6,9,8 %N A276484 Decimal expansion of Sum_{k>=0} (2*k+2)/binomial(4*k+2, 2*k+1). %H A276484 G. C. Greubel, <a href="/A276484/b276484.txt">Table of n, a(n) for n = 1..10000</a> %H A276484 Eric Weisstein's MathWorld, <a href="https://mathworld.wolfram.com/CatalanNumber.html">Catalan Number</a> %F A276484 Equals 2*Pi/(9*sqrt(3)) + 6*(2*sqrt(5)*log(phi) + 15)/125, where phi is the golden ratio (A001622). %F A276484 Equals Sum_{k>=0} 1/Catalan number(2k+1). %F A276484 Equals Sum_{k>=0} 1/A000108(2k+1). %F A276484 Equals Sum_{k>=0} 1/A024492(k). %e A276484 1.22636467121674271390992581093973546... %t A276484 RealDigits[2 (Pi/(9 Sqrt[3])) + 6 ((2 Sqrt[5] Log[GoldenRatio] + 15)/125), 10, 120][[1]] %t A276484 RealDigits[HypergeometricPFQ[{1, 3/2, 2}, {3/4, 5/4}, 1/16], 10, 120][[1]] %o A276484 (PARI) suminf(k=0,(2*k+2)/binomial(4*k+2,2*k+1)) \\ _Indranil Ghosh_, Mar 04 2017 %o A276484 (PARI) default(realprecision, 100); 2*Pi/(9*sqrt(3)) + 6*(2*sqrt(5)*log((1+sqrt(5))/2) + 15)/125 \\ _G. C. Greubel_, Nov 04 2018 %o A276484 (Magma) SetDefaultRealField(RealField(100)); R:=RealField(); 2*Pi(R)/(9*Sqrt(3)) + 6*(2*Sqrt(5)*Log((1+Sqrt(5))/2) + 15)/125; // _G. C. Greubel_, Nov 04 2018 %Y A276484 Cf. A000108, A001622, A024492, A121839, A268813. %K A276484 nonn,cons %O A276484 1,2 %A A276484 _Ilya Gutkovskiy_, Sep 05 2016