Suppose $|r| < 1$ and $n$ is a nonnegative integer. Compute $\sum_{k=0}^{\infty}r^{k} k^{n}$.
I am asking this question because I know how to calculate $\sum_{k=0}^{\infty} r^{k} k(k-1)...(k - (n-1)) = \sum_{k=n}^{\infty} r^{k}k(k-1)...(k-(n-1))$ by pulling out derivatives. I am hoping that the method for doing this easy question can be applied to the series I want to calculate. I appreciate any help here. Thanks!
Edit: The best answer in (How can I evaluate $\sum_{n=0}^\infty(n+1)x^n$?) has an "added note" giving a general procedure for solving my problem, but it does not use power series. But every answer only fully answers my problem in the case where $n = 1$. I would like to see a more explicit answer for general $n$.