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.

Showing 1-1 of 1 results.

A344361 Primes p such that (2^p-2)/p - 1 is prime.

Original entry on oeis.org

5, 7, 349, 1123, 25447
Offset: 1

Views

Author

Jorge Coveiro, May 15 2021

Keywords

Comments

a(6) > 1199999, if it exists. - Karl-Heinz Hofmann, Jul 27 2021

Examples

			7 is a term because (2^7-2)/7 - 1 = 17 is prime.
		

Crossrefs

Programs

  • PARI
    is(p) = isprime(p) && ispseudoprime((2^p-2)/p-1) \\ Jinyuan Wang, May 15 2021

Extensions

a(5) from Hugo Pfoertner, May 17 2021
Showing 1-1 of 1 results.