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.

A172041 Primes of the form 2^p-3 with p also prime.

Original entry on oeis.org

5, 29, 536870909, 13803492693581127574869511724554050904902217944340773110325048447598589
Offset: 1

Views

Author

Vincenzo Librandi, Jan 24 2010

Keywords

Comments

Next two terms are 2^42689-3 and 2^69337-3.
Subsequence of A050415.
Corresponding p are the primes in A050414.
The next term has 12851 digits. - Harvey P. Dale, Aug 27 2023

Programs

  • Mathematica
    Select[Table[2^p-3,{p,Prime[Range[100]]}],PrimeQ] (* Harvey P. Dale, Aug 27 2023 *)

Extensions

Definition clarified by R. J. Mathar, Jan 28 2010