Prime numbers that are sums of Prime numbers themselves

87 Views Asked by At

what is the minimum prime number that is the sum of exactly two odd prime numbers?

i.e I want to find a counter example to:

$$p_i+p_j \in \mathbb P \operatorname{iff} i=1 \lor j=1$$

1

There are 1 best solutions below

2
On

Sum of two odd primes is even, which means that it cannot be a prime > 2.