Technical term for summation of sequential numbers
By Emma Payne •
Given $n$, I wish to do the following operation: $f(n) = n + (n-1) + (n-2) + ... + 1$. For example, $f(4) = 10$. What is the technical term for this kind of operation?
$\endgroup$ 9 Reset to default