I need to find a good upper bound for the following sum:
$$ S_k = \sum_{i=0}^k {k \choose i} \frac{k^i}{i!}. $$
I manage to show that $S \leq poly(k)\cdot \gamma^k$, for some constant $\gamma$, by just replacing each of the summands by the largest one. It is not hard to see that the $\gamma$ obtained from this method far from being tight. I would like to get a tight bound for it, but I do not care about losing $poly(k)$ factors. Is it possible?
My original sum looked like $$ S_k' = \sum_{i=0}^k \frac{1}{((k-i)!)^2i!k^i} = \frac{1}{k^kk!} S_k, $$ which I modified to the above for a nicer presentation and the hope that the binomial coefficients could help.
Thank you!
$S_k$ is the coefficient of $x^k$ in $(1+x)^k e^{kx}$ (expanded into power series). We have $$S_k=\frac{1}{2\pi i}\oint_C\left[e^z\left(1+\frac{1}{z}\right)\right]^k\frac{dz}{z}$$ with $C$ encircling $z=0$. The saddle-point method gives the best value of your $$\gamma=\color{blue}{\frac{3+\sqrt{5}}{2}\exp\frac{\sqrt{5}-1}{2}}\approx 4.857$$ (and more elaborate asymptotics if needed).