Give an example of three or more consecutive odd primes p1
Give an example of three or more consecutive odd primes p_1, ... ,p_t such that 2 * p_1 ... p_t + 1 is not prime.
Solution
Answer is 5,7,11
Let p1 = 5,p2= 7, p3 = 11 which are three consecutive odd primes.
now
2.p1.p2.p3 +1 = 2.5.7.11 + 1 = 770+1 = 771, which is not a prime.
