Given a multiset $ S = \{\!\!\{ m \cdot 0, 1, ..., n \}\!\!\}$ where $m, n \in \mathbb{N}$, find the number of $m$-permutations of $S$.
For example, when $m=2$ and $n=2$, $S = \{\!\!\{ 0, 0, 1, 2 \}\!\!\}$ and the $2$-permutations are: $$ (0, 0), (0, 1), (0, 2), (1, 0), (1, 2), (2, 0), (2, 1)$$
Similar questions have been asked before ([1] and [2]), but no correct or concise close form solution was given in either case.