It's well-known that exponential growth eventually overtakes polynomial growth (link, link).
So for any non-negative integer $d$ and positive $\epsilon$, there exists $t^* \ge 0$ for which
$$ 1 + t + \frac{t^2}{2!} + \ldots + \frac{t^d}{d!} \le e^{\epsilon t} $$
for all $t \ge t^*$.
In other words, it takes $t^*$ seconds for the exponential to catch up with the polynomial.
I'd like to know if there's a closed-form expression for $t^*$ in terms of $d$ and $\epsilon$. Something like
$$ t^* = d/\epsilon. $$
Thoughts?