cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A352527 Decimal expansion of Sum_(k>=1) (-1)^k * zeta(2k)/(2k) (negated).

Original entry on oeis.org

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

Views

Author

Bernard Schott, Mar 19 2022

Keywords

Examples

			-0.65092319930185633888521683150394766...
		

Crossrefs

Programs

  • Maple
    evalf(log(Pi/sinh(Pi)) / 2, 100);
  • Mathematica
    RealDigits[Log[Pi/Sinh[Pi]]/2, 10, 100][[1]] (* Amiram Eldar, Mar 19 2022 *)

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