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!)
A282669 Prime numbers p > 3 such that 2^p - 9 is prime. 0
5, 11, 17, 251, 563, 21011 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let W = 2^p - 9 and s = (W+7)/(2*p), then 3^s == 4 (mod W) for terms 1..6.
LINKS
PROG
(PARI)
forprime(p=5, 10^5, W= 2^p-9; if(ispseudoprime(W), print1(p, ", ")))
CROSSREFS
Cf. A059610.
Sequence in context: A059960 A265850 A185365 * A271655 A294135 A265851
KEYWORD
nonn,more
AUTHOR
Dmitry Ezhov, Mar 07 2017
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)