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.

A075708 Sum of the divisors of 2^n - 1.

Original entry on oeis.org

1, 4, 8, 24, 32, 104, 128, 432, 592, 1536, 2160, 8736, 8192, 22528, 38912, 111456, 131072, 473600, 524288, 1999872, 2466048, 5909760, 8567136, 38054016, 34713728, 89522176, 155493536, 462274560, 539922240, 2015330304, 2147483648
Offset: 1

Views

Author

Joseph L. Pe, Oct 03 2002

Keywords

Comments

The set {a(n)/(2^n-1)} is dense in [1, oo) (Luca, 2003). - Amiram Eldar, Mar 04 2021

Crossrefs

A247938 is a subsequence.
Row sums of A361438.

Programs

  • Mathematica
    Table[DivisorSigma[1, 2^n - 1], {n, 1, 40}]
  • PARI
    a(n)=sigma(2^n-1) \\ Charles R Greathouse IV, Feb 04 2013

Formula

a(n) = sigma(2^n - 1).
a(n) = A000203(A000225(n)). - Omar E. Pol, Dec 08 2019
a(n)/(2^n-1) < c * log(log(n)), where c > 0 is a constant (Erdős, 1971). - Amiram Eldar, Mar 04 2021