For every positive integer does there always exist consecutive positive integers that are all composite?
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.
The sequence
( n + 1 ) ! + 2 , ( n + 1 ) ! + 3 , … , ( n + 1 ) ! + ( n + 1 )
consists of n consecutive positive integers that are all composite, because ( n + 1 ) ! = ( n + 1 ) × n × ( n − 1 ) × ⋯ × 3 × 2 × 1 shares a factor with each of 2 , 3 , 4 , … , n + 1 . ■