I'd like to calculate the number of ways to select $k$ permutations of $1...n$ so that any two permutations are different in every position.
Formally, choosing permutations $p_1, p_2, ... p_k$, where $\{p_{i,1}, p_{i,2} ... p_{i,n}\}=\{1,2...n-1,n\}$, for every $1 \leq i,j \leq k,~i \neq j,~1 \leq s \leq n~~~p_{i,s} \neq p_{j,s}$ is satisfied.
Any ideas, formulas, algorithms are welcome.