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

A069061 Sum of divisors of 2^n+1.

Original entry on oeis.org

4, 6, 13, 18, 48, 84, 176, 258, 800, 1302, 2736, 4356, 10928, 20520, 51792, 65538, 174768, 351120, 699056, 1110276, 3100240, 5048232, 11184816, 17041416, 49012992, 82623888, 211053040, 284225796, 727960800, 1494039792, 2863311536, 4301668356, 12611914848, 20788904016
Offset: 1

Views

Author

Benoit Cloitre, Apr 04 2002

Keywords

Crossrefs

Programs

  • Mathematica
    DivisorSigma[1, 2^Range[50] + 1] (* Paolo Xausa, Jul 05 2024 *)
  • PARI
    a(n) = sigma(2^n+1); \\ Michel Marcus, Nov 24 2013

Formula

a(n) = sigma(2^n+1).
a(n) = A000203(A000051(n)). - Michel Marcus, Nov 24 2013

Extensions

More terms from Amiram Eldar, Oct 04 2019
Showing 1-1 of 1 results.