Is it possible to get an exact value of the sum (using divergent series summation methods) $$ \sum_{n=0}^\infty~ \frac{(n+k)!}{n!} \quad?$$ where $k$ is a positive integer.
The only other divergent sum of factorials I have seen is $\sum_{n=0}^\infty(-1)^nn!$.
Does anyone know any useful techniques or references?
I don't know how to check this, but here might be one possible approach using the Riemann zeta function:
You can write the factorials as a rising factorial and express this as a sum of powers using the unsigned Stirling numbers of the first kind:
\begin{align} \sum_{n=0}^\infty~\frac{(n+k)!}{n!} &= \sum_{n=0}^\infty~(n+1)^{(k)} \\ &= \sum_{n=0}^\infty~\sum_{p=0}^k~ {k\brack p}(n+1)^p \\ &= \sum_{p=0}^k~ {k\brack p} \sum_{n=0}^\infty~ (n+1)^p \\ &=-\sum_{p=0}^k~ {k\brack p}\frac{B_{p+1}}{p+1} \end{align} where $B_p$ are the Bernoulli numbers (you must use $B_1=1/2$). The last line is not a real equality. This is the same as Gottfred's answer.
The first few values are: $$\frac{1}{2},~\frac{-1}{12},~\frac{-12}{12},~\frac{-19}{120},~\frac{-9}{20},\frac{-863}{504},\frac{-1375}{168}$$