I have to find the following limit:
$$\lim_{n \to \infty} \sum_{k=1}^n\frac{1}{k\cdot 2^k}$$
The exercise also provides me with the following function definition:
$$ f_n(x) = \frac{x^n}{1-x} $$
I tried to integrate this function by parts on the interval $[0, \frac12]$ and it led me something like this:
$$ I_n = \int_0^\frac12 \frac{x^n}{1-x} \, dx = \log2 - \frac{1}{2^n} + n\int_0^\frac12 x^{n-1} \log(x-1) \, dx $$.
This seems to look like a part of my sum terms but I don't know how to finish the integration and I cannot complete the limit. Could you help me please?