OFFSET
1,2
LINKS
Mathematics Stack Exchange, Converting the sum: Sum_{n=1..oo}(1/n) * cot^(-1)(n) to an integral, 2017.
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
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Jul 21 2022
EXTENSIONS
More terms from Jinyuan Wang, Jul 21 2022
STATUS
approved