OFFSET
1,1
EXAMPLE
First term a(1)=p(578)=4219; it is followed by 4229, 4231, 4241, 4243, 4253=p(583) primes, where the 5 corresponding consecutive differences equal {10, 2, 10, 2, 10}. Analogous case: see A022008.
MATHEMATICA
First /@ Select[Partition[Prime@ Range@ 258000, 6, 1], Differences[#] == {10, 2, 10, 2, 10} &] (* Giovanni Resta, Nov 14 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jan 02 2002
STATUS
approved