Can anyone please provide a simplified formula for the sum of the sequence \begin{equation*} s(n) = 1\cdot n + 2(n-1) + \ldots + (n-1)2 + n\cdot1 \end{equation*} where $n$ is an integer greater than $0$?
for instance, $s(1)=1,~ s(2)=4,~ s(3)=10,~ s(7)=84$ (I believe) but what is, say, $s(15)$? (without resorting to a computer)
Thanks! :)