A positive integer is called blue, if there exist three (not necessarily distinct) numbers ( ), such that .
Does there exist 1000000 consecutive postive integers, such that each of them is blue?
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.
Let k = 1 0 0 0 0 0 0 . There is a sequence of k consecutive composite numbers for any k : e.g. ( k + 1 ) ! + 2 , ( k + 1 ) ! + 3 , … , ( k + 1 ) ! + ( k + 1 ) .
Now let m = ( k + 1 ) ! + 2 and let n = ( k + 1 ) ! + ( k + 1 ) , so the sequence of k consecutive integers from m to n consists of composite numbers. Then n ! + m , n ! + ( m + 1 ) , … , n ! + n is the sequence we want.