Finding Twin primes Such That Their Sum + 1 is Also Prime

90 Views Asked by At

Let p and p+2 be Two Prime Numbers.

What Is The Necessary Condition For P such that:

$(P + (P + 2)) + 1 $ is also prime???

By inspection , I found that (5,7),(17,19) satisfies the above condition but what is a general solution for this?