OFFSET
1,3
EXAMPLE
50 is in the sequence because A151800(50)=53, and 50+53=103 is prime.
PROG
(PARI){for(i=0, 10^3, k=i+nextprime(i+1); if(isprime(k), print1(i, ", ")))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Antonio Roldán, Dec 03 2014
STATUS
approved