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!)
A262962 Prime p such that 2^p + 35 is also prime. 2
3, 5, 7, 11, 263, 509, 1087, 26263, 348437 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A000040 INTERSECT A220077.
LINKS
EXAMPLE
For p=3, 2^3 + 35 = 43, which is prime.
MATHEMATICA
Select[Prime[Range[100000]], PrimeQ[(2^# + 35)] &]
PROG
(PARI) forprime(p=2, 10^30, if (isprime(2^p + 35), print1(p", "))); \\ Altug Alkan, Oct 05 2015
(Magma) [p: p in PrimesUpTo(700) | IsPrime(2^p+35)]; // Vincenzo Librandi, Oct 06 2015
CROSSREFS
Cf. A220077.
Cf. similar sequences of the type "Primes p such that 2^p + k" listed in A262098.
Sequence in context: A109862 A069804 A245722 * A321367 A121976 A339789
KEYWORD
nonn,more
AUTHOR
Robert Price, Oct 05 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 September 15 02:39 EDT 2024. Contains 375930 sequences. (Running on oeis4.)