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!)
A175234 Primes p such that 2^p+15 is also prime. 3
2, 3, 5, 11, 23, 61 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No additional terms through n=5000. - Harvey P. Dale, Apr 13 2014
a(7) > 5*10^5. - Robert Price, Sep 18 2015
LINKS
FORMULA
A000040 INTERSECT A057197. [R. J. Mathar, May 02 2010]
EXAMPLE
For p=2, 2^2+15=19; p=3, 2^3+15=23; p=5, 2^5+15=47.
MATHEMATICA
Select[Prime[Range[1000]], PrimeQ[2^#+15]&] (* Harvey P. Dale, Apr 13 2014 *)
PROG
(Magma) [p: p in PrimesUpTo(6000) | IsPrime(2^p+15) ]
CROSSREFS
Sequence in context: A338418 A261810 A176499 * A060696 A076051 A000628
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Mar 09 2010
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 17 20:00 EDT 2024. Contains 375990 sequences. (Running on oeis4.)