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.

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

Original entry on oeis.org

3, 15, 255, 4095, 1048575, 16777215, 4294967295, 68719476735, 17592186044415, 72057594037927935, 1152921504606846975, 4722366482869645213695, 1208925819614629174706175, 19342813113834066795298815, 4951760157141521099596496895, 20282409603651670423947251286015, 83076749736557242056487941267521535
Offset: 1

Views

Author

Omar E. Pol, Apr 13 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(2^(2 Prime[p] - 1)/2) - 1, {p, 1, 20}] (* Floris P. van Doorn and Jasper Mulder (florisvandoorn(AT)hotmail.com), Oct 12 2009 *)

Formula

a(n) = A139286(n)/2 - 1.

Extensions

More terms from Floris P. van Doorn and Jasper Mulder (florisvandoorn(AT)hotmail.com), Oct 12 2009