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.

A334071 Decimal expansion of Sum_{k >= 1} 2^(-phi(k)), where phi is the Euler totient function (A000010).

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Apr 13 2020

Keywords

Comments

This constant is irrational (Erdős and Graham, 1980).

Examples

			2.08556188259741465263038708328474756161210776032387...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sum[2^(-EulerPhi[n]), {n, 1, 2000}], 10, 100][[1]]
  • PARI
    suminf(k=1, 1/2^eulerphi(k)) \\ Michel Marcus, Apr 14 2020