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-2 of 2 results.

A066781 a(n) = 2^phi(n).

Original entry on oeis.org

2, 2, 4, 4, 16, 4, 64, 16, 64, 16, 1024, 16, 4096, 64, 256, 256, 65536, 64, 262144, 256, 4096, 1024, 4194304, 256, 1048576, 4096, 262144, 4096, 268435456, 256, 1073741824, 65536, 1048576, 65536, 16777216, 4096, 68719476736, 262144, 16777216, 65536
Offset: 1

Views

Author

Benoit Cloitre, Jan 18 2002

Keywords

Crossrefs

Programs

Formula

From Amiram Eldar, Nov 18 2020: (Start)
a(n) = 2^A000010(n).
Sum_{n>=1} 1/a(n) = A334071. (End)

A334072 Decimal expansion of Sum_{k >= 1} 2^(-sigma(k)), where sigma is the sum of divisors function (A000203).

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Apr 13 2020

Keywords

Comments

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

Examples

			0.71555442225492186679811243819097919331986247102219...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sum[2^(-DivisorSigma[1, n]), {n, 1, 2000}], 10, 100][[1]]
  • PARI
    suminf(k=1, 1/2^sigma(k)) \\ Michel Marcus, Apr 14 2020
Showing 1-2 of 2 results.