Find the number of integers between and , inclusive, that cannot be expressed in form of , where and both and are integers, while ( and are coprime).
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.
By Chebyshev's Theorem (sometimes oddly called "Bertrand's Postulate" in the West), for every even number n > 6 there exists a prime p with 2 n < p < n − 1 . We can write n = p + ( n − p ) , with g cd ( p , n − p ) = 1 . For n = 4 and n = 6 there is no representation of the required form, so that the answer is 2 . (For odd numbers we can write 2 n + 1 = n + ( n + 1 ) , of course.)