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.

A139287 2^(2p - 1) - 1, where p is prime.

Original entry on oeis.org

7, 31, 511, 8191, 2097151, 33554431, 8589934591, 137438953471, 35184372088831, 144115188075855871, 2305843009213693951, 9444732965739290427391, 2417851639229258349412351, 38685626227668133590597631
Offset: 1

Views

Author

Omar E. Pol, Apr 13 2008

Keywords

Crossrefs

Programs

  • Magma
    [2^(2*p-1)-1: p in PrimesUpTo(200)]; // Vincenzo Librandi, Dec 15 2010
  • Mathematica
    Table[(2^(2 Prime[n] - 1) - 1), {n, 1, 20}] (* Vincenzo Librandi, May 24 2014 *)

Extensions

a(9) corrected by Vincenzo Librandi, May 24 2014