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.

A342683 Decimal expansion of 1/zeta(8).

Original entry on oeis.org

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

Views

Author

Karl-Heinz Hofmann, May 18 2021

Keywords

Comments

1/zeta(8) is the probability that 8 randomly selected numbers will be coprime.

Examples

			0.9959392011255151468348364728055453240050227784589...
		

Crossrefs

Programs

  • Maple
    evalf(9450/Pi^8,100) ; # R. J. Mathar, Jun 04 2021
  • Mathematica
    RealDigits[1/Zeta[8], 10, 100][[1]] (* Amiram Eldar, May 18 2021 *)
  • PARI
    1/zeta(8)

Formula

Equals 1/A013666 = 9450/Pi^8.
From Amiram Eldar, Jun 01 2023: (Start)
Equals Sum_{k>=1} mu(k)/k^8, where mu is the Möbius function (A008683).
Equals Product_{p prime} (1 - 1/p^8). (End)