I am trying to approximate the evolution of probability distribution of discrete random walk on the integers, starting from zero at the time step $n=0$. The probability of being at integer $k$ at time step $n$ is given by $$P_k(n)={1\over 2^n} {n\choose {n+k\over 2}},$$ where $k$’s are such that at time step $n$, ${n+k\over 2}$ is an integer.
Now I apply the Stirling’s formula to get $$P_k(n)\sim\sqrt{2\over \pi n}\Bigl(1-{k\over n}\Bigr)^{-(1+n-k)/2}\Bigl(1+{k\over n}\Bigr)^{-(1+n+k)/2}.\tag{1}\label{eq1}$$
But from Fourier transforms applied to the diffusion equation (continuous case), I know the solution (probability density) to be $${e^{-x^2/{4Dt}}\over \sqrt{4\pi Dt}},\tag{2}\label{eq2}$$ where $D$ is the diffusion coefficient.
And this makes me guess that for the discrete case, $P_k(n)$ should be asymptotic to $$\sqrt{2\over \pi n}e^{-k^2/2n}.\tag{3}\label{eq3}$$ And on Desmos, I’ve checked that this fits very well.
However, I’m not being able to show how this follows from equation $\eqref{eq1}$. Please help me show that (with some rigor).
Also, there is an issue of a mysterious factor of $2$, since to get $\eqref{eq3}$, I had to multiply the formulae suggested by equation $\eqref{eq2}$ by $2$. Any thoughts on that?