Question: arithmetic sequence in the primes

i need some help writing code to find the arithmetic sequences of primes. eg the arithmetic sequence of primes 7,37,67,97,127,157 differ by 30 each time, but runs out after 6 primes (187 is not prime). Is there a sequence of 7 primes? (i'm sure there is).. i want to investigate.......

Please Wait...