Consider the sum $$\frac{1}{n!} \sum_{k=0}^n k(n-k)!$$ How fast does it grow (as a function of $n$)? I can prove that it grows slower than or equal to linearly (but I expect this is very crude), so I am looking for a better bound of growth.
The closed form I found in Wolfram Alpha includes subtracting some factorials, so is not a keen indicator of growth. I tried bounding this using the Gamma function: It is $\le \int_0^n x\Gamma(n-x+1)$, but I am not sure what I can do from here.
Where does this crop up? Well, it is the expected stopping time to a common "puzzle" question.
This sum is bounded above, and it's easy to show a crude estimate. Let
$$f_n(x) = \sum_{k=0}^n\,\frac{(n-k)!}{n!}\,x^k=\sum_{k=0}^n\,\frac{1}{\binom{n}k}\,\frac{x^k}{k!}.$$
Then
\begin{align} f_n'(x) = \sum_{k=0}^n\,\frac{k\,(n-k)!}{n!}\,x^k =\sum_{k=1}^n\,\frac{1}{\binom{n}k}\,\frac{x^{k-1}}{(k-1)!} &\leq \sum_{k=1}^n\,\frac{x^{k-1}}{(k-1)!}\\ &= \sum_{k=0}^{n-1}\,\frac{x^{k}}{k!}\\ &\leq \sum_{k=0}^{\infty}\,\frac{x^{k}}{k!}=\exp(x), \end{align}
and observe that this bound does not depend on $n$. Moreover, notice that $\frac{1}{n!} \sum_{k=0}^n k(n-k)! =$ $f'(1)$. It follows that
$$\frac{1}{n!} \sum_{k=0}^n k(n-k)! \leq e$$