Can anyone think of a way to simplify
$$ \sum_{k = 1}^n \left[ 1 - \left(\frac{n - 1}{n}\right)^{k - 1} \right] $$
to a more elegant expression? I've been trying to tweak it using the binomial theorem after expanding it but it's just looking uglier and uglier.
Edit:
So far I've been able to rewrite it as
$$ n - \sum_{k = 1}^n \sum_{j = 0}^{k - 1} {k - 1 \choose j}\left(\frac{-1}{n}\right)^j $$
by expanding the summation and making use of the binomial theorem.