I came across this sum in some research I'm doing. I need to bound
$$S_n=\sum_{j=1}^{n}j^{n-j}.$$
One bound I've managed is obtained by doing the following: Divide by n! and observe
$S_n/n!=\sum_{j=1}^{n}\frac{j^{n-j}}{(n)...(j+1)}\frac{1}{(j)!}\leq\sum_{j=1}^{n}\frac{1}{(j)!}\leq e-1$
So that
$S_n\leq (e-1)n!$,
but I was wondering if this can be improved at all as this seems like a pretty crude bound.