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!)
A271563 Decimal expansion of Sum_{j>=0} Sum_{i>=0} (-1/4)^i*(-1)^j*binomial(2i,i)/((2j+1)(i+2j+2)). 0
3, 4, 4, 5, 4, 3, 6, 3, 6, 7, 9, 2, 3, 7, 0, 6, 4, 0, 3, 3, 2, 0, 5, 3, 3, 8, 7, 9, 0, 0, 2, 0, 4, 3, 0, 6, 5, 8, 9, 4, 2, 5, 9, 7, 4, 6, 1, 3, 5, 9, 2, 1, 2, 5, 5, 0, 8, 5, 7, 7, 7, 9, 6, 3, 2, 8, 5, 7, 8, 3, 4, 4, 2, 8, 6, 2, 5, 2, 7, 6, 2, 1, 0, 4, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Equals (Pi - 2*sqrt(1+sqrt(2)) * arctan(2*sqrt(2+10*sqrt(2))/7)) / sqrt(2). - Vaclav Kotesovec, Apr 10 2016
EXAMPLE
0.3445436367923706403320533879002043065894259746135921255085777...
MAPLE
evalf((Pi - 2*sqrt(1+sqrt(2)) * arctan(2*sqrt(2+10*sqrt(2))/7)) / sqrt(2), 120); # Vaclav Kotesovec, Apr 10 2016
MATHEMATICA
RealDigits[(Pi - 2*Sqrt[1 + Sqrt[2]] * ArcTan[(2/7)*Sqrt[2 + 10*Sqrt[2]]])/Sqrt[2], 10, 120][[1]]
N[Sum[Sum[((-1)^(i + j) 4^-i Binomial[2 i, i])/((1 + 2 j) (2 + i + 2 j)), {i, 0, Infinity}], {j, 0, Infinity}]]
PROG
(PARI) (Pi - 2*sqrt(1+sqrt(2)) * atan(2*sqrt(2+10*sqrt(2))/7)) / sqrt(2)
CROSSREFS
Sequence in context: A352285 A158012 A032446 * A342938 A028949 A201006
KEYWORD
cons,nonn
AUTHOR
John M. Campbell, Apr 09 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 August 8 09:56 EDT 2024. Contains 375018 sequences. (Running on oeis4.)