OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
Transpose[Select[Partition[Prime[Range[9000]], 6, 1], AllTrue[ Differences[ #, 2], Positive]&]] [[1]] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Dec 12 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Henry Bottomley, Apr 10 2000
STATUS
approved