I need to find a closed form expression, if there is one, of the following sum:
$$\sum_{j=0}^m{n+1-k\choose j}{k-1\choose m-j}{A+2-k+m-j\choose m-j+2}$$
where all parameters are integers, $~1\leq k\leq n,\quad0\leq m< n,~$ and $~2n<A.$
I've tried a lot of binomial identities, from Wikipedia, Concrete Mathematics, A = B, and the Wolfram function site, without any real simplification.
I've also tried Zeilberger's algorithm, which does give me a second order recurrence with non-constant coefficients. Now if it was first order or with constant coefficients that would have given me the answer, but now I need to use Petrovšek's algorithm to solve the recurrence. This gets too hard by hand, and I can't get the only numerical implementation I've found working.
Any ideas?