I've been having difficulty with the following exercise from Stanley's Enumerative Combinatorics (chapter 1, problem 4):
Fix $j,k \in \mathbb{Z}$. Show that
\begin{equation} \sum_{n\geq0} \frac{(2n-j-k)!x^n}{(n-j)!(n-k)!(n-j-k)!n!} = \bigg[ \sum_{n\geq0} \frac{x^n}{n!(n-j)!} \bigg] \bigg[\sum_{n\geq0}\frac{x^n}{n!(n-k)!}\bigg]. \end{equation}
Any term with $(-r)!$ in the denominator, where $r > 0$, is set equal to $0$.
I cannot for the life of me figure out why this is giving me so much trouble. To me, the obvious way to proceed is by applying the rule for multiplying generating functions: $(\sum_{n\geq0} a_nx^n)(\sum_{n\geq0}b_nx^n) = \sum_{n\geq0}c_nx^n$, where $c_n = \sum_{i=0}^n a_ib_{n-i}$. Set $a_n = \frac{1}{n!(n-j)!}$ and $b_n = \frac{1}{n!(n-k)!}$, and we get that the coefficient of $x^n$ in the product is $\sum_{i=0}^n \frac{1}{i!(i-j)!(n-i)!(n-i-k)!}$. However, I have no idea how to manipulate these sums of factorials. I suppose on the other side, we can manipulate it a bit to get $\sum_{n\geq0} \binom{2n-j-k}{n}\frac{x^n}{(n-j)!(n-k)!}$, which looks a little bit more like the other side with the $(n-j)!$ and $(n-k)!$ terms, but it doesn't solve the problem of summing over factorials.
Am I on the right track here? This is one of the few questions that doesn't have a solution in the back, so I can't even check to see if I'm attacking the problem from the right angle.
Thanks in advance.
Hint: As you have noticed that $$\sum _{i=0}^n\frac{1}{i!(i-j)!(n-i)!(n-i-k)!},$$ that's perfect. Now, group them to form two binomials. For the first one, multiply and divide by $n!$. You should get something like a Vandermonde identity.