$$\sum_{i=1}^{\infty}i\cdot((1-\frac{1}{N!})^{i-1}\cdot\frac{1}{N!})$$
where N is an integer and $N \geq 2$?
I obtained this series from the following problem:
Given a sequence of $N > 2$ unique numbers (not in sorted order), we randomly shuffle the sequence until it becomes sorted in non-decreasing order. What is the expected number of shuffles needed to sort the $N$ numbers?
Intuitively it should be $N!$ since there are $N!$ permutations, but how does one prove this formally (by evaluating the series above, for instance)?