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!)
A057665 Numbers k such that prime(k) + 2^prime(k) is prime. 3
2, 3, 24, 66, 126 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6) > 3002, since prime(3002) = 27479 (see comment by Ralf Stephan in A057663). - Michel Marcus, Dec 20 2013
These values correspond to indices ip = 2, 3, 9, 10, 11 where A052007(ip) is prime. - Michel Marcus, Dec 20 2013
If it exists, a(6) > 15*10^3. - Michal Paulovic, Sep 24 2023
LINKS
FORMULA
a(n) = primepi(A057663(n)). - Michel Marcus, Dec 20 2013
MATHEMATICA
Select[Range[10^3], PrimeQ[# + 2^#] &@ Prime@ # &] (* Michael De Vlieger, Oct 26 2017 *)
PROG
(PARI) isok(n) = isprime(prime(n) + 2^prime(n)); \\ Michel Marcus, Dec 19 2013
CROSSREFS
Sequence in context: A160618 A279335 A343566 * A371480 A354277 A157327
KEYWORD
nonn,more,hard
AUTHOR
Labos Elemer, Oct 16 2000
EXTENSIONS
Name edited by Michel Marcus, Dec 19 2013
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 July 9 19:42 EDT 2024. Contains 374191 sequences. (Running on oeis4.)