The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A355921 Decimal expansion of Sum_{k>=1} (1/k)*arctan(1/k). 2
1, 4, 0, 5, 8, 6, 9, 2, 9, 8, 2, 8, 7, 7, 8, 0, 9, 1, 1, 2, 5, 5, 3, 9, 8, 6, 1, 7, 5, 6, 6, 5, 1, 4, 7, 2, 3, 1, 2, 1, 4, 4, 2, 1, 9, 0, 9, 1, 9, 1, 4, 4, 3, 5, 8, 8, 0, 8, 1, 3, 4, 9, 2, 0, 5, 1, 9, 4, 8, 9, 2, 8, 6, 0, 9, 2, 1, 5, 5, 3, 4, 1, 0, 7, 8, 5, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Mathematics Stack Exchange, Summing an Arctangent Series, 2021.
Michael Ian Shamos, Shamos's Catalog of the Real Numbers, 2011, p. 428.
Eric Weisstein's World of Mathematics, Sine Integral.
FORMULA
Equals Sum_{k>=1} arccot(k)/k.
Equals Sum_{k>=1} (-1)^(k+1)*zeta(2*k)/(2*k-1).
Equals (1/2) * Integral_{x=0..1} (coth(Pi*x)*Pi/x - 1/x^2) dx.
Equals Integral_{x>=0} Si(x)/(exp(x)-1) dx, where Si(x) is the sine integral function.
Equals -Integral_{x>=0} sin(x)*log(1-exp(-x))/x dx.
EXAMPLE
1.40586929828778091125539861...
MATHEMATICA
RealDigits[N[Sum[ArcTan[1/k]/k, {k, 1, Infinity}], 30], 10, 27][[1]]
PROG
(PARI) default(realprecision, 200); sumalt(k=1, (-1)^(k+1)*zeta(2*k)/(2*k-1)) \\ _Vaclav Kotesovec_, Jul 21 2022
CROSSREFS
Sequence in context: A198747 A021965 A372274 * A164108 A064520 A267313
KEYWORD
nonn,cons
AUTHOR
_Amiram Eldar_, Jul 21 2022
EXTENSIONS
More terms from _Jinyuan Wang_, Jul 21 2022
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 May 20 23:09 EDT 2024. Contains 372720 sequences. (Running on oeis4.)