Here's the information from the question
The sequence $u_1$, $u_2$, $u_3$,... is defined by $$u_1=2\,,\,\,\,\,\,\,\,\,\,u_{k+1}=2u_k+1$$ Then I was asked to prove that, for all $n\ge1$ $$u_n=3\times2^{n-1}-1$$ Now I'm being asked to show that $$\sum_{r=1}^nu_r=u_{n+1}-(n+2)$$ This has left me very confused. I thought $\sum_{r=1}^nu_r$ just meant $u_n$? The sum from $r$ to $n$ where $r=1$. Problem is that $$u_n\,\,{\ne}\,\,u_{n+1}-(n+2)$$ What does $u_r$ represent?
If you already know that $\;u_n=3\cdot2^{n-1}-1\;$ , then carry on the sum explicitly:
$$\sum_{r=1}^nu_r=3\cdot\sum_{r=1}^n2^{r-1}-\sum_{r=1}^n1=3\frac{2^n-1}{2-1}-n=$$
$$=3\cdot2^n-3-n=\left(3\cdot2^{2n-1}-1\right)-2-n=u_{n+1}-(n+2)$$