I need to check for convergence here. Why is every example completely different and nothing which I've learned from the examples before helps me in the next? Hate it!
$$ \sum_{n\geq1} \frac{n^{n-1}}{n!} $$
so I tried the ratio test and I got
$$ \frac{1}{1+\frac{1}{n}} $$ which converges to $1$ which isn't $>$ or $<$ then $1,$ so that doesn't work.
which test will work and how can I transform the series?