I would like to compute the following sum : $$\sum_{i=1}^k{i\cdot c^i}$$ where $k$ and $c$ are any real numbers.
I know how to compute $i$ and $c^i$ separately but I don't know how to do it when they are multiplied together.
Thanks a lot for the help!