how to find consecutive prime numbers formula
Answers
Answered by
0
Answer:
The task is to count the number of prime numbers from 2 to N that can be expressed as a sum of two consecutive primes and 1. 13 = 5 + 7 + 1 and 19 = 7 + 11 + 1 are the required prime numbers. 13 = 5 + 7 + 1, 19 = 7 + 11 + 1 and 31 = 13 + 17 + 1.
Similar questions