Can we divide the first 2019 prime numbers into two groups such that the sum of the two groups are equal?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If the n th prime number is p n , then p 3 6 + j = 6 8 ∑ 1 4 6 1 p j = 8 3 0 3 3 2 1 = 2 1 j = 1 ∑ 2 0 1 9 p j so the split is possible.
Now for detail...
Proposition Any positive integer N ≥ 7 can be written as the sum of distinct positive integers, none of which are greater than m a x ( 1 1 , N − 7 ) .
Simple checking shows that this works for all 7 ≤ N ≤ 2 7 . Now suppose that N ≥ 2 8 , and that this result holds for all integers n between 7 and N − 1 . If we set M = ⌊ 2 N − 6 ⌋ then M > 1 0 and so Bertrand's (no longer a) Postulate tells us that there exists a prime number p such that M + 1 ≤ p ≤ 2 M − 1 . But then p ≤ 2 M − 1 ≤ 2 ( 2 N − 6 ) − 1 = N − 7 , so that N − p ≥ 7 . By induction, we deduce that N − p can be written as a sum of distinct primes, none of which are greater than m a x ( 1 1 , N − p − 7 ) .
Note that p ≥ M + 1 > 1 1 and 2 p > 2 M ≥ N − 6 > N − 7 , so that p > N − p − 7 . Thus p > m a x ( 1 1 , N − p − 7 ) , and hence we deduce that N can be written as a sum of distinct integers, none of which are greater than p . Since p ≤ N − 7 ≤ m a x ( 1 1 , N − 7 ) , we deduce that none of the primes that sum to N are greater than m a x ( 1 1 , N − 7 ) , and so the desired result follows by induction.
Suppose that N ≥ 3 is odd, and let p 1 , p 2 , . . . , p N be the first N primes. This list contains 2 and an even number of odd primes, so we deduce that 2 X = n = 1 ∑ N p n is an even integer (so that X ∈ N ). Find an integer K such that n = K ∑ N p n > X ≥ n = K + 1 ∑ N p n If N = 3 then since 2 + 3 = 5 , we can split the first N = 3 primes into two sets with equal sums. If N = 5 we can split the first N = 5 prime numbers as 3 + 1 1 = 2 + 5 + 7 . Otherwise N ≥ 7 , so that 2 n = 1 ∑ K p n ≤ 2 X = n = 1 ∑ N p n ≥ 2 + 3 + 5 + 7 + 1 1 + 1 3 + 1 7 = 5 8 so that n = 1 ∑ K p n ≥ 2 9 which implies that K ≥ 6 . We can therefore suppose that K ≥ 6 (so that p K ≥ 1 3 ). There are now various cases to consider: