I am trying to compile a list of the different ways to come up with the closed form for the sum in the title. So far I have the famous Gauss story, the argument by counting doubletons, and using generating functions. Is there any other (significantly) different way to discover the closed form?
To clarify, Gauss's method was to take $1+2+3+\dots+n$, write it backwards, and add it up.


One significantly different method is to bulldozer through using the Euler-Maclaurin formula:
$$\sum_{k=1}^nk=\int_0^nx\ dx+\frac12n+c=\frac12n^2+\frac12x+c$$
for some constant $c$. Plugging in $n=1$ reveals that $c=0$, so
$$\sum_{k=1}^nk=\frac12n^2+\frac12n$$
One can also try the hockey-stick identity:
$$\sum_{k=1}^nk=\sum_{k=1}^n\binom k1=\binom{n+1}2=\frac{n(n+1)}{2!}$$
(poor ones get a lame name) As you can see, each diagonal is the sum of the previous due to how Pascal's triangle is made.
Many more methods to computing this sum may be found in one of my favorite questions:
Methods to compute $\sum_{k=1}^nk^p$ without Faulhaber's formula