Let $p$ be a prime number. How can I show that, for any positive integer $N$,
$$\sum_{i=1}^N {\frac{i}{p^i}}\le \frac{p}{(p-1)^2}?$$
I can see that
$$\sum_{i=1}^N {\frac{1}{p^i}}\lt \sum_{i=1}^\infty {\frac{1}{p^i}} = \frac{1}{p-1}$$
by the infinite sum of a geometric series, but not sure if this is useful.
Thank you.