I'm solving problem and I need your help, I know that every even integer can be expressed as sum of two primes and every integer can be expressed as sum of three primes. (for all integers <= 2 * 10^9)
But I want to know is there a way to check can we express odd number as sum of two primes.
Thanks in advance.