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.

A139290 2^(2p - 1)/4, where p is prime.

Original entry on oeis.org

2, 8, 128, 2048, 524288, 8388608, 2147483648, 34359738368, 8796093022208, 36028797018963968, 576460752303423488, 2361183241434822606848, 604462909807314587353088, 9671406556917033397649408
Offset: 1

Views

Author

Omar E. Pol, Apr 13 2008

Keywords

Crossrefs

Programs

  • Magma
    [2^(2*p-1)div 4: p in PrimesUpTo(200)]; // Vincenzo Librandi, Dec 15 2010
  • Mathematica
    2^(2#-1)/4 & /@ Prime@ Range@ 15 (* Harvey P. Dale, Dec 16 2010 *)

Formula

a(n) = A139286(n)/4.

Extensions

More terms from Jon E. Schoenfield, Jul 16 2010