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.

A133024 Divisors of 8128, the 4th perfect number.

Original entry on oeis.org

1, 2, 4, 8, 16, 32, 64, 127, 254, 508, 1016, 2032, 4064, 8128
Offset: 1

Views

Author

Omar E. Pol, Oct 26 2007, Mar 03 2008, Dec 27 2008

Keywords

Comments

127 is the 4th Mersenne prime: A000668.
The number of divisors of the 4th perfect number is 2*A000043(4)=A061645(4)=14.
For the structure of this sequence and its binary expansion, see A135654.

Crossrefs

Cf. A018254, A018487. Perfect numbers: A000396.

Programs

Formula

For n=1..7 : a(n) = 2^(n-1). For n=8..14: a(n) = 2^(n-1) - 2^(n-8) = A000668(4)*2^(n-8).