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!)
A065042 Numbers k such that prime(k) + pi(k) is a prime. 6
1, 3, 8, 13, 15, 16, 20, 39, 45, 53, 62, 65, 71, 72, 80, 82, 90, 91, 92, 95, 113, 115, 117, 118, 119, 121, 143, 145, 147, 153, 156, 164, 166, 177, 181, 186, 189, 190, 195, 196, 202, 203, 224, 254, 255, 265, 268, 273, 294, 296, 319, 322, 323, 328, 329, 338, 343 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[ Range[400], PrimeQ[ Prime[ # ] + PrimePi[ # ]] & ]
PROG
(PARI) { n=0; for (m=1, 10^9, if (isprime(prime(m) + primepi(m)), write("b065042.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Oct 04 2009
CROSSREFS
Sequence in context: A043361 A023734 A045296 * A277555 A034260 A310291
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Nov 05 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 24 13:30 EDT 2024. Contains 371957 sequences. (Running on oeis4.)