This is a series of the form:
\[
S = 1 + 1 + \frac{3}{2^2} + \frac{4}{2^3} + \frac{5}{2^4} + \cdots
\]
Recognizing the pattern, we can express this as:
\[
S = 1 + 1 + \sum_{n=2}^{\infty} \frac{n+1}{2^n}
\]
Using the sum of the geometric series and the properties of the terms, we calculate the total sum:
\[
S = 4
\]