OFFSET
1,1
COMMENTS
For these primes, the corresponding term s=A013918(k) and s-2 are twin primes. - Michel Marcus, Feb 23 2015
PROG
(PARI) lista(nn) = {s = 0; forprime(p=2, nn, s += p; if (isprime(s) && isprime(s-2), print1(p, ", ")); ); } \\ Michel Marcus, Feb 23 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, Feb 12 2015
STATUS
approved