The Goldbach conjecture claims that even numbers greater than 2 can be expressed as the sum of two prime numbers. What about the other numbers, such as 1, 2, 3, and 11, which cannot?
Write a function that returns the nth number that cannot be expressed as the sum of two prime numbers.

Solution Stats

9 Solutions

7 Solvers

Last Solution submitted on Apr 23, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...