I am trying to evaluate this using power series: $$1 + \frac{2}{2} + \frac{3}{2^2} + \frac{4}{2^3} + \dots$$
By using the power series for $\ln(1 + x)$, I have recognized that dividing through by $x$ and setting $x = -2$ will get you this: $$1 + \frac{2}{2} + \frac{2^2}{3} + \frac{2^3}{4} + ..$$
This seems so close, but I can't seem to figure out how to flip each fraction so that it matches. How can I do this?
If I am on the completely wrong path and this is a coincidence, please point me in the right direction.
You have $\sum_{n=1}^\infty \frac{n}{2^{n-1}}$ which is equal to $F'(\frac{1}{2})$, where $F(x) = \sum_{n=1}^\infty x^n = \frac{x}{1-x}$,
So we have $F'(x) = \frac{1}{(1-x)^2}$ and $F'(\frac{1}{2}) = 4$
Alternatively without derivatives (Axion004 idea) :
Let $S = \sum_{n=1}^\infty \frac{n}{2^{n-1}} = \sum_{n=0}^\infty \frac{n+1}{2^n} = \sum_{n=0}^\infty \frac{n}{2^n} + 2 = \frac{1}{2}\sum_{n=1}^\infty \frac{n} {2^{n-1}} + 2 = \frac{S}{2} + 2 $
So $ \frac{S}{2} = 2 $ and $S = 4$