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!)
A262099 Primes p such that 2^p + 17 is also prime. 1
13, 769, 4441, 184189 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(5) > 5*10^5. - Robert Price, Sep 18 2015
A000040 INTERSECT A057200. - Robert Price, Sep 18 2015
LINKS
EXAMPLE
13 is in sequence because 2^13 + 17 = 8209 is prime.
MATHEMATICA
Select[Prime[Range[1000]], PrimeQ[2^# + 17] &]
PROG
(Magma) [p: p in PrimesUpTo(1000) | IsPrime(2^p+17)];
(PARI) for(n=1, 1e3, if(isprime((2^prime(n))+17), print1(prime(n)", "))) \\ Altug Alkan, Sep 18 2015
CROSSREFS
Subsequence of primes of A057200.
Cf. similar sequences listed in A262098.
Sequence in context: A297748 A086157 A033509 * A301644 A182932 A221934
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Sep 18 2015
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)