I know that: $$\sum_{i=0}^\infty \frac{(x\ln{2})^i}{i!}=e^{x\ln{2}}=2^x $$ from the Taylor series for $e^x$. How can I find an approximation or asymptotic expression for the terminated sum: $$\sum_{i=0}^{x-1} \frac{(x\ln{2})^i}{i!}$$
I believe that this expression will be of the order $O(2^x)$, but am unsure how to proceed. Any help is appreciated.
EDIT: Sorry for the initial inconvenience. The upper limit for the sum is $x-1$ and not $t-1$.
By checking for large values of $x$ in Wolfram Alpha, it seems like: $$\sum_{i=0}^{x-1} \frac{(x\ln{2})^i}{i!} \sim 2^x$$
By the Stirling approximation, the last term is approximately
$$\frac{(x\log2\,e)^{x-1}}{\sqrt{2\pi(x-1)}(x-1)^{x-1}}\approx\frac{e}{\sqrt{2\pi x}}(\log2\,e)^{x-1}.$$
This is close to a geometric progression of common ratio $\log2\,e=1.884\cdots$ so that a reasonable approximation is
$$\frac c{\sqrt x}(\log2\,e)^{x-1}$$ where $c$ is a slowly varying function of $x$ which tends to
$$\frac e{\sqrt{2\pi}(\log 2\,e-1)}.$$