Playing with hypergeometric series I have got the identity $$ \sum_{i=k}^{n} \frac{1}{(i-k)! (a+i)_{n-i}}={\frac {a+n}{ \left( a{+} k \right) (n{-}k)! } }, $$ here $(x)_s=x(x+1)\cdots (x+s-1),$ $n, k$ are integers and $a$ is not integer number. Is there any direct way to prove it?
EDIT. My attempt for the case $k=0.$ Let $$S_n=\sum_{i=0}^{n} \frac{1}{i! (a+i)_{n-i}}. $$ Then by direct calculation one may verify that $S_n$ satisfy the recurrence equation $$ (a+1)(n+3) S_{ n+3 }=S_{ n+1} -( n-a ) S_{ n+2 } , $$ with the initial condition $$ S_0 =1,S_1={\frac{a+2}{a+1}},S_2 =\frac 1 2{\frac{a+3}{a+1}}. $$ By solving it we get that $$ S_n= {\frac {a+n}{ a n! } }. $$
I think that it works for any $k$ but I don't like it.
Comment:
In (1) we use the rising factorial $n^{\overline{k}}=n(n+1)\cdots (n+k-1)$.
In (2) we use the falling factorial $n^{\underline{k}}=n(n-1)\cdots (n-k+1)$.
In (3) we use the identity $\binom{n}{k}=\frac{n^{\underline{k}}}{k!}$.
In (4) we shift the index $i$ to start with $i=0$.
In (5) we write the reciprocal of a binomial coefficient using the beta function \begin{align*} \binom{n}{k}^{-1}=(n+1)\int_0^1z^k(1-z)^{n-k}\,dz \end{align*}
In (6) we do some rearrangements as preparation for the next step.
In (7) we apply the binomial theorem.