Prove that $$\sum_{x=0}^∞ \frac{(2x)!}{({2^{2x-2}})(1-4x^2)(x!)^2} = \pi$$
So I have solved this using Stirling's approach:
In general $$x!\approx\sqrt {(2\pi x)}(\frac {{x}^x}{{e}^x})$$
So we can eliminate factorials of $2x!$ and $x!$, leaving only one $x!$ at denominator
$$4\sqrt 2\sum_{x=0}^∞ \frac{{x}^x}{{e}^x(1-4x^2)(x!)}= S_1$$
We know that $${e}^{-x}=\sum_{n=0}^∞ \frac {({-1})^n{x}^n}{n!}=S_2$$
And I attempt to combine this sum above $S_2$ into $S_1$, but it turns out to be a very complicated expression with two almost identical sums $$S_1=4\sqrt 2\sum_{x=0}^∞ \frac{{x}^x{\sum_{n=0}^∞ \frac {({-1})^n{x}^n}{n!}}}{(1-4x^2)(x!)}$$
These two almost identical sums I am referring to are :
$${e}^{-x}=\sum_{n=0}^∞ \frac {({-1})^n{x}^n}{n!}=S_2$$ and $$\sum_{x=0}^∞ \frac {{x}^x}{x!}=S_3$$
Can you guys suggest the next step I should do to simplify this problem?
Your approach will not work, as, in general $a_n\approx b_n$ for some pair of sequences, $\left(a_n\right)_{n\in \mathbb Z^+}$ and $\left(b_n\right)_{n\in \mathbb Z^+}$, does not imply $\sum_{i=1}^{\infty}a_n=\sum_{i=1}^{\infty}b_n$.
For instance, take $a_n=\frac{1}{(n+1)^2-1}$ and $b_n=\frac{1}{n^2}$ for all positive integer values of $n$. Since $\lim_{n\rightarrow\infty}{\frac{(n+1)^2-1}{n^2}}=1$, following your use of the Stirling approximation for this problem, it would be reasonable to say that $a_n\approx b_n$. But, it is easy to show that $\sum_{i=1}^{\infty}a_n=1$ while $\sum_{i=1}^{\infty}b_n$ famously equals $\frac{\pi^2}{6}$.
However, there is a direct way to easily solve the problem.
I'll first rewrite the series using more traditional indices: $$\sum_{n=0}^{\infty}\frac{(2n)!}{\left(2^{2n-2}\right)\left(1-4n^2\right)\left(n!\right)^2}$$
Now, if you use the fact that $1-4n^2=(1-2n)(1+2n)$, we can apply a partial fraction decomposition on the series:
$$=\sum_{n=0}^{\infty}\frac{(2n)!}{\left(2^{2n-1}\right)\left(2n+1\right)\left(n!\right)^2}-\sum_{n=0}^{\infty}\frac{(2n)!}{\left(2^{2n-1}\right)\left(2n-1\right)\left(n!\right)^2}$$
It is worth noting that for us to be able to actually split the series up into two like we have done above, each part needs to converge. While we don't know whether or not they do at this point, we'll push forth anyway (you can avoid this point entirely if you want by continuing to use a single sum throughout the proof - the changes are minor. I have just broken it up like this for simplicity.)
At this point, we may use the fact that, for any real $k>0$: $$\frac{1}{k}=\int_0^1 x^{k-1} dx$$
If we use this fact on the two series we have obtained, being careful with the $0^{th}$ index term of the second series, we can manipulate them into:
$$=\sum_{n=0}^{\infty}\frac{(2n)!\int_0^1 x^{2n} dx}{\left(2^{2n-1}\right)\left(n!\right)^2}-\sum_{n=1}^{\infty}\frac{(2n)!\int_0^1 x^{2n-2} dx}{\left(2^{2n-1}\right)\left(n!\right)^2}+2$$$$=\int_0^1\left(\sum_{n=0}^{\infty}\frac{(2n)!x^{2n}}{\left(2^{2n-1}\right)\left(n!\right)^2}\right)dx-\int_0^1\left(\sum_{n=1}^{\infty}\frac{(2n)!x^{2n-2}}{\left(2^{2n-1}\right)\left(n!\right)^2}\right)dx+2$$$$=2\int_0^1\left(\sum_{n=0}^{\infty}\frac{(2n)!\left(\frac{x^2}{4}\right)^n}{\left(n!\right)^2}\right)dx-2\int_0^1\frac{1}{x^2}\left(\sum_{n=1}^{\infty}\frac{(2n)!\left(\frac{x^2}{4}\right)^n}{\left(n!\right)^2}\right)dx+2$$$$=2\int_0^1\frac{x^2-1}{x^2}\left(\sum_{n=1}^{\infty}\frac{(2n)!\left(\frac{x^2}{4}\right)^n}{\left(n!\right)^2}\right)dx+4$$
Now, recognizing that $\frac{(2n)!}{(n!)^2}=\binom{2n}{n}$, we get: $$=2\int_0^1\frac{x^2-1}{x^2}\left(\sum_{n=1}^{\infty}\binom{2n}{n}\left(\frac{x^2}{4}\right)^n\right)dx+4$$
Then, we may finally use the formula here for the generating function of the central binomial coefficient to reduce the series too: $$=2\int_0^1\frac{x^2-1}{x^2}\left(\frac{1}{\sqrt{1-4\left(\frac{x^2}{4}\right)}}-1\right)dx+4$$$$=2\int_0^1\frac{1-x^2-\sqrt{1-x^2}}{x^2}dx+4$$
Now, if we perform the substitution $x=\operatorname{sin}(\theta)$, then $dx=\operatorname{cos}(\theta)d\theta$, so we get: $$=2\int_0^{\frac{\pi}{2}} (\operatorname{cos}(\theta)-1)\operatorname{cot}^2(\theta)+4$$
One can further simplify, but using Wolfram alpha is easier (the problem is merely one of integration now): $$=2\left[\theta-\operatorname{sin}(\theta)-\frac{1}{2}\operatorname{tan}(\frac{\theta}{2})-\frac{1}{2}\operatorname{cot}(\frac{\theta}{2})+\operatorname{cot}(\theta)\right]_0^{\frac{\pi}{2}}+4$$ which simplifies to plain old $$=\pi$$