I want to expand $\frac{\Gamma(n)}{\Gamma(n-k)}$ as a polynomial, where $\Gamma$ is the gamma function.
For $k\in\mathbb{N}$, it can be "simplified" as
$$\frac{\Gamma(n)}{\Gamma(n-k)}=(n-1)(n-2)(n-3)\dots(n-k)$$
I was wondering if it were possible to expand that into $\sum_{i=0}^ka_in^{k-i}$ form.
Then, there is the harder case of $k\in\mathbb R$.
I imagined that it would be of the form $\Pi_{i=0}^\infty(n-r_i)$ where $r_n$ is the $n$th root.
If this were the case, we see that
$$\Gamma(n)\ne0\implies\frac1{\Gamma(n-k)}=0$$
This occurs at the poles
$$\implies r_i-k=-i$$
$$r_i=i+k$$
And put into product form
$$\frac{\Gamma(n)}{\Gamma(n-k)}=\Pi_{i=0}^\infty(n-r_i)=\Pi_{i=0}^\infty(n-k-i)$$
Sadly, I don't think it is possible to multiple the product out because it diverges.
Q1 Is there a polynomial/expanded form for $k\in\mathbb N$ using summations if needed?
Q2 What about $k\in\mathbb R$?
EDIT
From below, you can see I have worked the case for $k\in\mathbb N$, but I still need $k\in\mathbb R$.
$$\frac{\Gamma(u)}{\Gamma(u-n)}=\sum_{k=0}^n(-1)^{n-k}s(n,k)(u-n)^k$$
My assumption for $n\in\mathbb R$ is that the formula becomes
$$\frac{\Gamma(u)}{\Gamma(u-n)}=\sum_{k=0}^\infty(-1)^{n-k}s(n,k)(u-n)^k$$
For similar reasons for why Euler extended binomial expansion the way he did. I note that my proposed formula holds true if $n\in\mathbb N$, but doesn't make much sense for $n\in\mathbb R$.
As WolframAlpha states:
$$\frac{\Gamma(x+n)}{\Gamma(x)}=x(x+1)(x+2)(x+3)\dots(x+n-1)=\sum_{k=0}^n(-1)^{n-k}s(n,k)x^k$$
where $s(n,k)$ is a Stirling number of the first kind.
Rewritable as
$$x(x+1)(x+2)(x+3)\dots(x+n-1)=(x+n-1)(x+n-2)(x+n-3)\dots x=\frac{\Gamma(x+n)}{\Gamma(x+n-n)}$$
Use substitution $x+n=u$
$$=\frac{\Gamma(u)}{\Gamma(u-n)}$$