I have doubts how to solve summation if on the top there is something else than $n$ more specificially:
$$\sum\limits_{i=1}^{n+1} i=\frac{(n+1)(n+2)}{2}$$
Is my solution correct? I just replace $n+1$ to $n$ in the formula for the special case of arithmetic series.