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.

A344786 Decimal expansion of (1/e) * Product_{p prime} (1 - 1/p)^(1/p).

Original entry on oeis.org

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

Views

Author

Amiram Eldar, May 28 2021

Keywords

Comments

Deshouillers and Iwaniec (2008) proved that the sequence of geometric mean values of the Euler totient function, A001088(n)^(1/n) = (Product_{k=1..n} phi(k))^(1/n), is uniformly distributed modulo 1 if and only if this constant is irrational. They noted that Richard Bumby showed that if it is rational, then its denominator has at least 20 decimal digits.

Examples

			0.20596305028818635387967542823249746648587805934205...
		

Crossrefs

Programs

  • Mathematica
    $MaxExtraPrecision = 1000; m = 100; RealDigits[N[Exp[-1 - Sum[PrimeZetaP[k]/(k - 1), {k, 2, 1000}]], m + 1], 10, m][[1]]

Formula

Equals exp(-1 - Sum_{k>=2} P(k)/(k-1)), where P(s) is the prime zeta function.