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.

A133025 Divisors of 33550336, the 5th perfect number.

Original entry on oeis.org

1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8191, 16382, 32764, 65528, 131056, 262112, 524224, 1048448, 2096896, 4193792, 8387584, 16775168, 33550336
Offset: 1

Views

Author

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

Keywords

Comments

8191 is the 5th Mersenne prime: A000668.
The number of divisors of the 5th perfect number is 2*A000043(5)=A061645(5)=26.
For the structure of this sequence and its binary expansion, see A135655.

Crossrefs

Cf. A018254, A018487. Perfect numbers: A000396.

Programs

Formula

For n=1..13 : a(n) = 2^(n-1). For n=14..26: a(n) = 2^(n-1) - 2^(n-14) = A000668(5)*2^(n-14).