I have many sums to compute but all of them are similars to each other. There are of this kind: $$\sum_{n=1}^{\infty} \frac{n^a}{b^n}$$ $$a,b \in \mathbb{Z}$$ $$a \in [1,\infty)$$ $$b \in (a,\infty)$$
For instance: $$\sum_{n=1}^{\infty} \frac{n^3}{5^n}$$