An n-combination of a multiset is a selection of n elements from the multiset, where repetitions are allowed and the order of the elements does not matter.
Now, let's consider the given multiset: $\{n \cdot a, 1, 2, 3, \ldots, n\}$.
We need to find the number of
Show more…