Consecutive Numbers pt. 1

For every positive integer n , n, does there always exist n n consecutive positive integers that are all composite?

Yes No

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.

1 solution

Steven Yuan
Jul 20, 2017

The sequence

( n + 1 ) ! + 2 , ( n + 1 ) ! + 3 , , ( n + 1 ) ! + ( n + 1 ) (n + 1)! + 2, (n + 1)! + 3, \dots, (n + 1)! + (n + 1)

consists of n n consecutive positive integers that are all composite, because ( n + 1 ) ! = ( n + 1 ) × n × ( n 1 ) × × 3 × 2 × 1 (n + 1)! = (n + 1) \times n \times (n - 1) \times \cdots \times 3 \times 2 \times 1 shares a factor with each of 2 , 3 , 4 , , n + 1. 2, 3, 4, \dots, n + 1. \, \, \blacksquare

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...