I am interested in the behavior of the following sum \begin{align} \sum_{n=1} \frac{1}{n!} e^{an}\log(n), \end{align} as $a$ approaches infinity.
Using $\log(n) \le n$ we can the following upper bound \begin{align} \sum_{n=1} \frac{1}{n!} e^{an}\log(n) \le e^{a+e^a}. \end{align}
However, I think the true behavior is more like $e^{\log(a)+e^a}$. However, I am not sure how to show whether this is true or not.
We expect the largest summand approximately where $n\approx e^a$. Comparing the log to its tangent at that point, $$\ln n\le a-1+\frac{n}{e^a}$$ So $$\begin{align}\sum_{n=1}^\infty\frac1{n!}e^{an}\ln n&\le (a-1)\sum_{n=1}^\infty\frac1{n!}e^{an}+ \sum_{n=1}^\infty\frac1{(n-1)!}e^{a(n-1)}\\&=(a-1)(e^{e^a}-1)+e^{e^a}\\&=e^{\ln a+e^a}-a+1\end{align}$$