Introduction - If you have any usage issues, please Google them yourself
1 R Finding particular sequences of prime numbers
Write a program that finds all sequences of consecutive prime 5-digit numbers, say (a, b, c, d, e, f ),
such that b = a+ 2, c = b+ 4, d = c+ 6, e = d+ 8, and f = e+ 10.