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!)
A065059 Primes p such that prime(p) + pi(p) is a prime. 2
3, 13, 53, 71, 113, 181, 397, 463, 479, 557, 593, 647, 683, 701, 719, 743, 769, 863, 941, 983, 1069, 1091, 1109, 1181, 1193, 1231, 1277, 1291, 1307, 1451, 1733, 1811, 1931, 2347, 2393, 2411, 2473, 2531, 2551, 2593, 2887, 3041, 3221, 3251, 3347, 3361 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[500]], PrimeQ[Prime[#]+PrimePi[#]]&] (* Harvey P. Dale, Oct 12 2014 *)
PROG
(PARI) { n=0; default(primelimit, 4294965247); for (m=1, 10^9, p=prime(m); if (isprime(prime(p) + primepi(p)), write("b065059.txt", n++, " ", p); if (n==1000, return)) ) } \\ Harry J. Smith, Oct 05 2009
CROSSREFS
Cf. A065042.
Sequence in context: A063682 A346409 A082376 * A198584 A346382 A342815
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Nov 06 2001
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 25 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)