OFFSET
1,1
COMMENTS
Or, primes of the form 6k-1 such that the next larger prime is again of the form 6k'-1.
PROG
(PARI) forprime( p=1, 1e4, (o+0-o=p)%3==0 & p%3==2 & print1( precprime(p-1)", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Feb 06 2011
STATUS
approved