I became interested in the following kind of sequence; As an example;
111, 211, 221, 222, 311, 321, 322, 331, 332, 333
Here in this example, we have 3 slots and three numbers to go along with. So for $m$ slots and $n$ numbers chosen how many such combinations are possible. Note that digits are in descending order in a term so something like (3,1,2) is not possible.
And also is there any guide/information related to these kind of specified combination-lock kind of sequences. Thanks