Series involving gamma functions

362 Views Asked by At

How do we represent the summation in the form of elementary functions??

$$ \sum_{n=0}^{\infty}{\frac{x^n \Gamma(n+a)}{n! \Gamma(n+b)}} $$

1

There are 1 best solutions below

1
On BEST ANSWER

From the definition: $$\Gamma(n+a)=(a)_n\Gamma(a)$$ where $(a)_n$ is the Pochhammer symbol.
So $$$$ $$\sum_{n=0}^{\infty}{\frac{x^n \Gamma(n+a)}{n! \Gamma(n+b)}}=\frac{\Gamma(a)}{\Gamma(b)}\sum_{n=0}^{\infty}{\frac{(a)_nx^n }{(b)_n n!}}=\frac{\Gamma (a) \,}{\Gamma (b)}\, _1F_1(a;b;x)$$ where $_1F_1(a;b;x)$ is confluent hypergeometric function.