After I learned the Error permutation problems, I start to think the more complicated situations. Choose $n$ different numbers from number $1$ to $m$ ($m≥n$) to make a permutation,what's the sums of permutations that all i-th $(0<i≤n)$ position numbers is not number $i$? For example,when $n=2$ and $m=3$,there are only three situations.
$$2 1$$ $$2 3$$ $$3 1$$ I want a function like Γ(n + 1, -1)/e when $n=m$.