What is the maximum positive integer such that 2013 can be written as a sum of consecutive positive integers?
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.
k + ( k + 1 ) + ⋯ + ( k + ( n − 1 ) ) = n k + 2 ( n − 1 ) n = 2 0 1 3 ⟹ n ( 2 k + n − 1 ) = 2 . 3 . 1 1 . 6 1
knowing that n ≤ 2 k + n − 1 , for k ≥ 1 , we need to put 2 . 3 . 1 1 . 6 1 in two groups such that they have the least difference. One can offer ( n , 2 k + n − 1 ) = ( 6 1 , 6 6 ) . This cannot be beaten and n = 6 1 is the answer.