What is the value of $$\sum_{n=0}^{\infty}\left(-\frac{1}{8}\right)^n\binom{2n}{n}\;?$$
EDIT
I bumped into this series when inserting $\overrightarrow{r_1}=\left(\begin{array} {c}0\\0\\1\end{array}\right)$ and $\overrightarrow{r}=\left(\begin{array} {c}1\\1\\0\end{array}\right)$ into $$\frac{1}{|\overrightarrow{r}-\overrightarrow{r_1}|}=\sum_{l=0}^\infty\frac{r_{<}^l}{r_{>}^{l+1}}P_{l}(cos\theta)\;.$$
See (Series representation of $1/|x-x'|$ using legendre polynomials).
So I knew the result, $\sqrt{\frac{2}{3}}$, but wished to find out what other approaches there would be to evaluate the series.
It transpires that I overlooked the relatively standard evaluation of $\sum_{n=0}^{\infty}\binom{2n}{n}x^n$ as being equal to $\sqrt{\frac{1}{1-4x}}$, following a calculation similar to that given by achille-hui below, which requires some complex function theory, in particular when proving that $\binom{2n}{n} = \frac{1}{2\pi}\int_0^{2\pi}\left(e^{i\theta}+e^{-i\theta}\right)^{2n}d\theta$, or that of alex.jordan below, requiring no more than Taylor expansion.
As mentioned in Dr. Graubner's comment, the sum is $\sqrt{\frac23}$.
In fact, this is a special case of a sort of famous Taylor series expansion:;
$$\frac{1}{\sqrt{1-4z}} = \sum_{n=0}^\infty \binom{2n}{n} z^n$$
which appeared as limiting example of several theorems in complex analysis.
To compute the series ourselves, we can use following integral representation of the binomial coefficients:
$$\binom{2n}{n} = \frac{1}{2\pi}\int_0^{2\pi} (e^{i\theta} + e^{-i\theta})^{2n} d\theta = \frac{4^n}{2\pi}\int_0^{2\pi} \cos^{2n}\theta d\theta $$ Substitute this into our sum, we find the sum is equal to
$$ \frac{1}{2\pi}\int_0^{2\pi} \sum_{n=0}^\infty \left(-\frac12\cos^2\theta\right)^n d\theta = \frac{1}{2\pi}\int_0^{2\pi} \frac{1}{1+\frac12\cos^2\theta} d\theta = \frac{2}{\pi}\int_0^{\pi/2} \frac{1}{1+\frac12\cos^2\theta} d\theta $$ Introduce change of variable $t = \tan\theta$, this becomes
$$\frac{2}{\pi}\int_0^\infty \frac{1}{1 + \frac{1}{2(1+t^2)}}\frac{dt}{1+t^2} = \frac{2}{\pi}\int_0^\infty \frac{dt}{t^2 + \frac32} = \frac{2}{\pi}\sqrt{\frac23}\left[ \tan^{-1}\sqrt{\frac23} t \right]_0^\infty = \sqrt{\frac23}$$