I have a set of 60 unique numbers and every round I draw m unique numbers from the set. After every round the m numbers are replaced. I'm looking to find the probability that all 60 numbers have been selected at least once after n rounds.
I have looked at this question: Probability of choosing 54 unique values with replacements after n tries. and the answer there seems to be for a specific variant of my question where m=1.
Is there a more generic solution for any m?