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!)
A269720 Decimal expansion of Sum_{n>=1} (Pi/n - sin(Pi/n)). 3
4, 0, 9, 6, 4, 3, 4, 8, 9, 1, 5, 0, 1, 7, 3, 9, 8, 3, 2, 2, 2, 0, 2, 3, 4, 5, 8, 8, 6, 2, 6, 0, 5, 5, 4, 9, 5, 9, 2, 8, 1, 4, 4, 1, 6, 5, 1, 1, 9, 1, 2, 0, 4, 7, 5, 6, 4, 4, 4, 8, 6, 6, 4, 0, 6, 3, 9, 7, 5, 1, 0, 4, 3, 5, 0, 6, 7, 8, 0, 7, 8, 1, 7, 0, 5, 8, 2, 2, 8, 1, 6, 9, 6, 0, 8, 5, 0, 4, 4, 9, 8, 7, 4, 7, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Equals Sum_{k>=2} (-1)^k * Pi^(2*k-1) * Zeta(2*k-1) / (2*k-1)!, where Zeta is the Riemann zeta function.
EXAMPLE
4.096434891501739832220234588626055495928144165119120475644486640639751...
MAPLE
evalf(Sum(Pi/n - sin(Pi/n), n=1..infinity), 120);
MATHEMATICA
RealDigits[NSum[Pi/n - Sin[Pi/n], {n, 1, Infinity}, WorkingPrecision->200, NSumTerms->10000, PrecisionGoal->120, Method->{"NIntegrate", "MaxRecursion"->100}]][[1]]
(* Be aware that N[Sum[Pi/n - Sin[Pi/n], {n, 1, Infinity}], 120] give an incorrect numerical result, only 25 decimal places are correct! *)
PROG
(PARI) default(realprecision, 120); sumpos(n=1, Pi/n - sin(Pi/n))
CROSSREFS
Sequence in context: A190262 A187586 A198866 * A245638 A176220 A197285
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Mar 04 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 6 07:09 EDT 2024. Contains 374960 sequences. (Running on oeis4.)