The sum of all numbers from 1 to n, i.e.
$\sum_{i=1}^n i = \frac{n(n+1)}{2} = \frac{n^2 + n}{2}$
This happens to be show that the average of a number and its square equals the sum of all numbers from 1 to that number.
Is there any intuitive explanation to this or does it merely end up being true?
Sorry if this is a duplicate; I couldn't find a similar question myself.

Well you can distribute n points on a circle and connect them with each other: For the first point you have n-1 lines to draw, for the second n-2 and so... But this also exactly the same as the amount of distinct pairs of points you can pick out of n points. $(n-1)n \over 2 $ = $ \binom{n}{2} $