I am trying to evaluate $\lim_{x \to -N} (x+N) \Gamma(x) $ =$(-1)^N/N!$, for N = 0, 1, 2, ... but I keep getting zero.
I tried using the definition of $\Gamma(x) = \Gamma(x+1)/x $ with no luck.
Is there any identity for gamma I could use to get the desired result?
Assuming you are exposed to the Euler's reflection formula: $$ \Gamma(x) \Gamma(1-x) = \frac{\pi}{\sin(\pi x)} \tag{1} $$ we get: $$ \lim_{x \to -n} (x+n)\Gamma(x) = \lim_{x\to-n} \frac{\pi (x+n)}{\sin(\pi x)}\frac{1}{\Gamma(1-x)} \stackrel{y=x+n}{=} \lim_{y \to 0} \frac{\pi y}{\sin(\pi y - \pi n)} \frac{1}{\Gamma(1 + n -y )} $$ Using identity $\sin(\pi y - \pi n) =(-1)^n \sin(\pi y)$, valid for integer $n$, we conclude $$ \lim_{x \to -n} (x+n)\Gamma(x) = \frac{(-1)^n}{\Gamma(1+n)} \, \underbrace{ \lim_{y \to 0} \frac{\pi y}{\sin(\pi y)} }_{ \lim_{z\to 0} \frac{z}{\sin(z)}=1}= \frac{(-1)^n}{n!} $$