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.

A346437 Decimal expansion of the constant Sum_{k>=0} (-1)^k/(7*k)!.

Original entry on oeis.org

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

Views

Author

Sean A. Irvine, Jul 17 2021

Keywords

Examples

			0.99980158731305804716545837...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[HypergeometricPFQ[{}, {1/7, 2/7, 3/7, 4/7, 5/7, 6/7}, -1/7^7], 10, 120][[1]] (* Amiram Eldar, Jun 04 2023 *)
  • PARI
    sumalt(k=0, (-1)^k/(7*k)!) \\ Michel Marcus, Jul 18 2021