Description: 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.
To Search:
File list (Check if you may need any files):
question1.c