Consider a length-$m$ array of unique elements $A=\{1,2,\dots, m\}$. Independently poll $n$ samples (with replacement, so duplicate elements are possible) and place them into array $B$. Then, you de-duplicate $B$ to produce array $C$ with $k$ unique elements (of course, $k\le n$).
Question: what is the probability $P(k\ge i)$ for each $i$?