This is more or less an exercise in Gamma functions.
The series solution for the hypergeometric function is:
[math]_2 F _1 (a, b, c; x) = \sum_{n = 0}^{\infty} \frac{(a)_n (b)_n}{(c)_n} \frac{x^n}{n!}[/math]
where [math](a)_n \equiv \frac{ \Gamma (a + n)}{ \Gamma (a) }[/math]
We start with the integral formula:
$$_2 F_1 (a, b, c; x) = \frac{\Gamma (c)}{\Gamma (b)\Gamma (c-b)}\int_0^1 t^{b-1} (1-t)^{c-b-1} (1-xt)^{-a}~dt$$
Expanding the [math](1 - xt)^{-a}[/math] and inserting it into the integral formula gives
$$_2 F_1 (a, b, c; x) = \frac{\Gamma (c)}{\Gamma (b)\Gamma (c-b)}\int_0^1 t^{b-1} (1-t)^{c-b-1} \left ( \sum_{n = 0}^{\infty} \frac{ \Gamma (a + n) }{ \Gamma (a) } \frac{(tx)^n}{n!} \right )~dt$$
After a bit of "massaging":
$$_2 F_1 (a, b, c; x) = \sum_{n = 0}^{\infty} (a)_n \frac{\Gamma (c)}{\Gamma (b)\Gamma (c-b)} \left ( \int_0^1 t^{b + n -1} (1-t)^{c-b-1} dt \right ) \frac{x^n}{n!}$$
Now,
[math]\int_0^1 t^{b + n -1} (1-t)^{c-b-1} dt = B(b + n, c- b) = \frac{ \Gamma (b + n) \Gamma (c - b)}{\Gamma (c + n)}[/math]
where B is the beta function.
Plugging this in gives
[math]_2 F_1 (a, b, c; x) = \sum_{n = 0}^{\infty} \frac{\Gamma (c)}{\Gamma (b)\Gamma (c-b)} (a)_n \left ( \frac{ \Gamma (b + n) \Gamma (c - b)}{\Gamma (c + n)} \right ) \frac{x^n}{n!}[/math]
Simplifying gives
[math]_2 F_1 (a, b, c; x) = \sum_{n = 0}^{\infty} (a)_n \left ( \frac{\Gamma (b) }{ \Gamma (b + n)} \frac{\Gamma (c)}{\Gamma (c + n)} \right ) \frac{x^n}{n!} = \sum_{n = 0}^{\infty} \frac{(a)_n (b)_n}{(c)_n} \frac{x^n}{n!}[/math]