$f\left(x\right)=\lim_{a\to\infty}\sum_{n=1}^{a}\frac{x^{n}}{n\cdot n!}$
I spontaneously thought of this function while messing with the power series for exp(x). It's fairly obvious that this function grows slower than exp(x) and evaluating further derivatives at x=0 seems to indicate that it grows faster than all $e^{kx}$ functions (for 0<k<1), as their derivatives follow $k$,$k^2$,$k^3$, etc, while derivatives of f(x) are 1, 1/2, 1/3 etc. The former derivatives shrink faster than the latter. I think this is not really a valid argument (since it's all at zero), but my guess seems to be true from my observations. Is it, and how would you prove it in that case?
edit: by "grows faster" I guess I mean as x→∞, the ratio of f(x) / $e^{kx}$ approaches infinity.
P.S. I apologise if this is a well-known function or if I screwed up the latex formatting.
We have $$f(x) =\sum_{n=1}^\infty \frac{x^n}{n\cdot n!} \sim e^x/x$$ so your conjecture is true.
To prove the asymptotic equivalence observe that $$f(x) = \int_0^x\frac{e^t-1}{t}\ dt$$ and we can calculate the following limit using L'Hôpital's rule:
$$\lim_{x\to\infty}\frac{f(x)}{e^x/x} = \lim_{x\to\infty}\frac{\frac{e^x-1}{x}}{\frac{e^x x-e^x}{x^2}}=\lim_{x\to\infty}\frac{e^x-1}{e^x}\cdot\frac{x}{x-1}=1$$