OFFSET
1,1
COMMENTS
An equivalent definition of this sequence: smallest prime which gives a cluster of primes with the spacing pattern 2*n; x; 2*n; x; 2*n, x > 0.
A229033 gives the record values.
EXAMPLE
Difference two - primes: 5, 7, 11, 13, 17, 19.
Difference four - primes: 7, 11, 13, 17, 19, 23.
Difference six - primes: 251, 257, 263, 269, 271, 277.
MATHEMATICA
Table[With[{prs=Partition[Prime[Range[42000000]], 6, 1]}, Select[prs, Union[ Take[ Differences[#1], {1, 5, 2}]]=={2n}&, 1][[1, 1]]], {n, 30}] (* Harvey P. Dale, Apr 18 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Arkadiusz Wesolowski, Sep 11 2013
STATUS
approved