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.

A155779 Primes p such that 2^(p-1)+7 is prime.

Original entry on oeis.org

3, 5, 7, 11, 17, 19, 29, 31, 79, 89, 127, 1889, 3511, 8971, 13331
Offset: 1

Views

Author

Vincenzo Librandi, Jan 27 2009

Keywords

Comments

Primes of the form 1+A057195(k). [R. J. Mathar, Feb 19 2009]

Programs

  • Mathematica
    Select[Prime[Range[15000]], PrimeQ[(2^(# - 1) + 7)] &] (* Vincenzo Librandi, Jun 24 2013 *)