A simple proof of the Goldbach Conjecture for numbers 4 through 1 billion.
In my own words: The Goldbach Conjecture states that all even numbers after 2 can be created by adding only 2 prime numbers together.
Elapsed time: 0.224s
Sample decompositions (up to 10):
4 = 2 + 2
6 = 3 + 3
8 = 3 + 5
10 = 3 + 7
12 = 5 + 7
14 = 3 + 11
16 = 3 + 13
18 = 5 + 13
20 = 3 + 17
22 = 3 + 19
