OFFSET
1,1
COMMENTS
This sequence is conjectured to be infinite, but this is expected to be roughly as hard as the twin prime conjecture.
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..60
PROG
(PARI) print1(r=3); forprime(p=5, 4e9, forstep(k=6, 9e9, 6, if(isprime(p+k) && isprime(p+2*k), if(k>r, r=k; print1(", "p)); break)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Charles R Greathouse IV, May 10 2011
STATUS
approved