login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A216546
Decimal expansion of Sum_{k=1..5000000} (-1)^(k-1)/(2k-1).
10
7, 8, 5, 3, 9, 8, 1, 1, 3, 3, 9, 7, 4, 4, 8, 3, 0, 9, 6, 1, 6, 1, 6, 0, 8, 4, 5, 8, 1, 9, 8, 7, 5, 6, 9, 6, 0, 4, 9, 2, 9, 2, 3, 4, 9, 8, 4, 6, 8, 2, 6, 4, 5, 5, 2, 4, 3, 7, 3, 5, 4, 5, 5, 5, 7, 6, 9, 5, 4, 1, 0, 1, 8, 2, 4, 1, 5, 7, 2, 4, 9, 6, 5, 6, 8, 7, 3, 5, 6, 8, 0, 8, 5, 5, 2, 9, 3, 6, 6, 6, 7, 6, 0, 2, 7, 5, 2, 1, 5, 3, 1, 3, 6, 3, 0, 1, 5, 9, 3, 6, 8, 9, 3, 7
OFFSET
0,1
COMMENTS
An approximation to Pi/4.
LINKS
J. M. Borwein, P. B. Borwein and K. Dilcher, Pi, Euler numbers and asymptotic expansions, Amer. Math. Monthly, 96 (1989), 681-687.
J. M. Borwein and R. M. Corless, Review of "An Encyclopedia of Integer Sequences" by N. J. A. Sloane and Simon Plouffe, SIAM Review, 38 (1996), 333-337.
EXAMPLE
0.7853981133974483096161608458198756960492923498468264552437...
MAPLE
Digits:=300; M:=5000000; add(evalf((-1)^(k-1)/(2*k-1)), k=1..M);
MATHEMATICA
RealDigits[Total[Table[(-1)^(k-1)/(2k-1), {k, 5*10^6}]], 10, 130][[1]] (* Harvey P. Dale, May 06 2015 *)
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Sep 08 2012
STATUS
approved