So I was messing around and realized that the geometric series and exponential series are really similar when written as a power series.
$$\sum_{n=0}^\infty \frac{x^n}{(n!)^0}=\sum_{n=0}^\infty {x^n}=\frac{1}{1-x}$$ $$\sum_{n=0}^\infty \frac{x^n}{(n!)^1}=\sum_{n=0}^\infty \frac{x^n}{n!}=e^x$$
By adding a simple exponential in to the denominator of the power series, you can switch between the two depending on if it is a $1$ or a $0$. That leads to the question of, what would it be if it was a different value.
$$\sum_{n=0}^\infty \frac{x^n}{(n!)^a}= ???$$
What happens when $a$ is $.5$, or something else like $2$.
$$ (2\pi n)^{-\frac a2}\left(x\left(\frac{\mathrm e}n\right)^a\right)^n;. $$
For any $a\gt0$ the value in parentheses goes to $0$, so the terms eventually decay more than exponentially. So the radius of convergence is infinite for all positive $a$.
– joriki Mar 08 '24 at 01:29