This question can be solved by method of difference but I want to solve solve it using sigma notation:
$$\frac{1^2}{2^1}+\frac{3^2}{2^2}+\frac{5^2}{2^3}+\cdots+\frac{(2r +1)^2}{2^r}+\cdots$$
I used the geometric progression summation for the $(1/2)^r$ part, and opened $(2r+1)^2$ to $(4r^2 + 1 + 4r)$. If I now express this in sigma notation, it becomes
$$\frac{4n(n+1)(2n+1)}{6} + n + \frac{4(n\cdot n+1)}{2}$$ but I getting problem while putting upper limit infinity. Where did I go wrong? Please explain.
Answer = $17$