A237251 Primes p such that p*2^(p-1)-1 is prime.
2, 3, 5, 17, 257, 16487
Offset: 1
Programs
-
PARI
isok(p) = isprime(p) && isprime(p*2^(p-1) - 1); \\ Michel Marcus, Feb 06 2014
Extensions
a(5) from Ralf Stephan, Feb 03 2014
a(6) = A230769(26)+1 appended by Jeppe Stig Nielsen, Jan 04 2020
Comments