I'm trying to work out sum of this series $$1 + \frac{2}{2} + \frac{3}{2^2} + \frac{4}{2^3} + \ldots$$
I know one method is to do substitutions and getting the series into a form of a known series. So far I've converted the series into $$ 1 + \frac{2}{x} + \frac{3}{x^2} + \frac{4}{x^3} + \ldots $$ where $x=2$ and I'm trying to get it into the form of the $\ln(1+x)$ series somehow. I have tried differentiating, integrating and nothing is working out. The closest I got is by inverting which gave me $ 1 + \frac{x}{2} + \frac{x^2}{3} + \frac{x^3}{4} \ldots $
Now I'm just lost and have no idea what to do.
The other idea I had was converting it into $$ \Large{\sum_{n=1}^\infty{\frac{n}{2^{n-1}}}}, $$ but I have no idea how to do anything further to it. How would you do this? Thnx.