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.

Showing 1-1 of 1 results.

A362752 Decimal expansion of Sum_{k>=1} (1/k - sin(1/k)).

Original entry on oeis.org

1, 9, 1, 8, 9, 9, 0, 8, 5, 5, 0, 6, 2, 6, 4, 8, 2, 7, 9, 8, 1, 1, 4, 6, 0, 7, 7, 2, 2, 6, 4, 3, 9, 8, 4, 3, 4, 0, 4, 3, 0, 9, 1, 0, 2, 3, 7, 7, 5, 5, 0, 9, 5, 3, 9, 1, 1, 7, 2, 1, 2, 9, 8, 0, 9, 0, 7, 7, 4, 8, 0, 1, 2, 3, 5, 1, 3, 4, 0, 8, 1, 2, 1, 7, 0, 4, 9, 4, 4, 0, 2, 5, 4, 2, 8, 1, 6, 2, 6, 8, 1, 1, 7, 8, 5
Offset: 0

Views

Author

Amiram Eldar, May 02 2023

Keywords

Examples

			0.19189908550626482798114607722643984340430910237755...
		

Crossrefs

Programs

  • Maple
    evalf(sum(1/k - sin(1/k), k = 1..infinity), 120);
  • PARI
    sumalt(k = 1, (-1)^(k+1) * zeta(2*k+1)/(2*k+1)!)

Formula

Equals Sum_{k>=1} (-1)^(k+1)*zeta(2*k+1)/(2*k+1)!.
Showing 1-1 of 1 results.