How many positive integers ( ) can be expressed as sum of distinct prime numbers?
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.
My solution was based on an as yet unproven theorem that every integer greater than 6 can be expressed as the sum of distinct primes. Exceptions under 7 being 1,4, and 6. Thus giving the solution of 2017-3=2014. Of course on could try an exhaustive search by computer and thus get around the need for an as yet unproven theorem.