Is there a formula, direct or recursive, for the number of permutations $\sigma$ of $\{1,2,\cdots,n\}$ for which $\sigma(j) \neq j$ for $1 \le j \le k$ ? [For $j>k$ the permutation may or may not fix $j.$] I would also be interested in any kind of inductive procedure which would compute these values.
Note this is not the same as the "recontres numbers" $D_{n,k}$ which are counts of the number of permutations of $S_n$ having exactly $k$ fixed points. The difference is that I want the first $k$ places not to be fixed, and the remaining $n-k$ can be fixed or not.
I'd also be interested if these counts had a name used to describe them, and any link to where they are discussed. Thank you.