I was playing with the error function:
$$\text{erf}(x)=\int_{0}^x e^{-t^2}dt$$
In that process I expanded the integrand $e^{-t^2}$ and integrated term by term and found out that you can express the $\text{erf}(x)$ function in terms of an infinite series:
$$\text{erf}(x)=\frac{2}{\sqrt{\pi}}\sum_{n=0}^{\infty}\frac{(-1)^{n}x^{2n+1}}{n!(2n+1)}$$
What really surprise me is the fact that this limit exists!(It seems unbounded, but it is not):
$$\lim_{x\rightarrow\infty}\text{erf}(x)= \lim_{x\rightarrow\infty}\ \frac{2}{\sqrt{\pi}}\sum_{n=0}^{\infty}\frac{(-1)^{n}x^{2n+1}}{n!(2n+1)}=1 \tag{1}$$
You can argue that the error series converges for all finite $x$.
$$\lim_{n\rightarrow\infty} \Bigg| \frac{\frac{(-1)^{n+1}x^{2(n+1)+1}}{(n+1)!(2(n+1)+1)}}{\frac{(-1)^{n}x^{2n+1}}{n!(2n+1)}} \Bigg|$$
$$=\lim_{n\rightarrow\infty} \Bigg| \frac{x^2(2n+1))}{(2n+3)(n+1)} \Bigg|=0$$
This also means that the radius of convergence $|x^2|$ is the whole complex plane
Update
I want to know if you can evaluate the limit (1) in a different way ?, than from getting the error integral and integrate.