Prove:
$$\sum\limits_{k=1}^n \frac{x^k}{k}=H_n+\sum\limits_{k=1}^n \binom{n}{k} \frac{(x-1)^k}{k}$$
where $H_n=\sum\limits_{k=1}^n\frac1k$
For the $x^k$ i tried $x^k=((x-1)+1)^k$ and decompose it into binomial expansion but I got dual sum at the one side one sum at the other side
For the second method:
$$\sum\limits_{k=1}^n \binom{n}{k} \frac{(x-1)^k}{k}-\sum\limits_{k=1}^n \frac{x^k}{k}=H_n$$
and try to show
$$\binom{n}{k}(x-1)^k-x^k=1$$
Either the problem is wrong or I cannot do it.