login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A237251 Primes p such that p*2^(p-1)-1 is prime. 0
2, 3, 5, 17, 257, 16487 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The fifth Fermat prime, 65537, is not in the sequence: 65537*2^65536-1 is composite (per PFGW). - Michael B. Porter, Feb 11 2014
Also 65537*2^65536-1 is divisible by 16267 and 2058772459. - Jeppe Stig Nielsen, Jan 04 2020
LINKS
PROG
(PARI) isok(p) = isprime(p) && isprime(p*2^(p-1) - 1); \\ Michel Marcus, Feb 06 2014
CROSSREFS
Sequence in context: A347565 A265426 A099936 * A275584 A092506 A275159
KEYWORD
nonn,more,hard
AUTHOR
Gerasimov Sergey, Feb 05 2014
EXTENSIONS
a(5) from Ralf Stephan, Feb 03 2014
a(6) = A230769(26)+1 appended by Jeppe Stig Nielsen, Jan 04 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 15:00 EDT 2024. Contains 371989 sequences. (Running on oeis4.)