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”).

A352527
Decimal expansion of Sum_(k>=1) (-1)^k * zeta(2k)/(2k) (negated).
1
6, 5, 0, 9, 2, 3, 1, 9, 9, 3, 0, 1, 8, 5, 6, 3, 3, 8, 8, 8, 5, 2, 1, 6, 8, 3, 1, 5, 0, 3, 9, 4, 7, 6, 6, 5, 0, 6, 5, 5, 0, 8, 7, 5, 7, 1, 3, 9, 7, 2, 2, 5, 9, 1, 9, 9, 8, 3, 8, 2, 4, 8, 2, 1, 0, 6, 4, 0, 7, 4, 3, 1, 1, 3, 0, 4, 9, 6, 7, 0, 7, 0, 6, 4, 5, 5, 8, 5, 9, 5, 0, 9, 4, 0, 9, 4
OFFSET
1,1
LINKS
Les-mathematiques.net, Somme arctan(1/k).
Cornel Ioan Vălean, Problem 11924, The American Mathematical Monthly, Vol. 123, No. 7 (2016), p. 722; An Integral with Fractional Part of Tangent, Solution to Problem 11924 by Edward and Roberta White, ibid., Vol. 125, No. 5 (2018), pp. 468-470.
FORMULA
Equals log(Pi/sinh(Pi)) / 2.
Equals Integral_{x=0..Pi/2} ({tan(x)}/tan(x) - 1) dx, where {x} = x - floor(x) is the fractional part of x (Vălean, 2016). - Amiram Eldar, Feb 08 2024
EXAMPLE
-0.65092319930185633888521683150394766...
MAPLE
evalf(log(Pi/sinh(Pi)) / 2, 100);
MATHEMATICA
RealDigits[Log[Pi/Sinh[Pi]]/2, 10, 100][[1]] (* Amiram Eldar, Mar 19 2022 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Bernard Schott, Mar 19 2022
STATUS
approved