I recently saw a formula that was found by Levi Ben Gershon in 13th century. The formula allows you to sum up the integers from one to any odd number by multiplying the middle element with the last.
$$ \sum_{n=1}^{2k+1}n = (k+1)(2k+1)$$
Is there any intuitive way to explain why the formula works? How can this be proved?