login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A276484 Decimal expansion of Sum_{k>=0} (2*k+2)/binomial(4*k+2, 2*k+1). 2
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, 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, 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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's MathWorld, Catalan Number
FORMULA
Equals 2*Pi/(9*sqrt(3)) + 6*(2*sqrt(5)*log(phi) + 15)/125, where phi is the golden ratio (A001622).
Equals Sum_{k>=0} 1/Catalan number(2k+1).
Equals Sum_{k>=0} 1/A000108(2k+1).
Equals Sum_{k>=0} 1/A024492(k).
EXAMPLE
1.22636467121674271390992581093973546...
MATHEMATICA
RealDigits[2 (Pi/(9 Sqrt[3])) + 6 ((2 Sqrt[5] Log[GoldenRatio] + 15)/125), 10, 120][[1]]
RealDigits[HypergeometricPFQ[{1, 3/2, 2}, {3/4, 5/4}, 1/16], 10, 120][[1]]
PROG
(PARI) suminf(k=0, (2*k+2)/binomial(4*k+2, 2*k+1)) \\ Indranil Ghosh, Mar 04 2017
(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
(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
CROSSREFS
Sequence in context: A174833 A085738 A227608 * A100641 A028421 A263003
KEYWORD
nonn,cons
AUTHOR
Ilya Gutkovskiy, Sep 05 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 15 12:56 EDT 2024. Contains 374332 sequences. (Running on oeis4.)