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.

A004729 Divisors of 2^32 - 1 (for a(1) to a(31), the 31 regular polygons with an odd number of sides constructible with ruler and compass).

Original entry on oeis.org

1, 3, 5, 15, 17, 51, 85, 255, 257, 771, 1285, 3855, 4369, 13107, 21845, 65535, 65537, 196611, 327685, 983055, 1114129, 3342387, 5570645, 16711935, 16843009, 50529027, 84215045, 252645135, 286331153, 858993459, 1431655765, 4294967295
Offset: 0

Views

Author

Keywords

Comments

The 32 divisors of the product of the 5 known Fermat primes.
The only known odd numbers whose totient is a power of 2. - Labos Elemer, Dec 06 2000
Equals first 32 members of A001317. Also, equals first 32 members of A053576. - Omar E. Pol, Dec 10 2008
Omitting the first term a(0)=1 gives A045544 (the number of sides of constructible odd-sided regular polygons.)

References

  • J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, New York, 1996; see p. 140.

Crossrefs

Programs

  • Mathematica
    Divisors[2^32-1]
  • PARI
    divisors(1<<32-1)

Extensions

Edited by Daniel Forgues, Jun 17 2011