There are $c$ different types of coupon, and each coupon obtained is equally likely to be any one of the $c$ types. Find the probability that the first $n$ coupons which you collect do not form a complete set.
It is clear that the probability of getting a new coupon on the first draw is 1, and that the probability of getting a new coupon on the second is $(c-1)/c$, or $(c-i)/c$ for the $i$-th new coupon after the initial draw (or $(c-(i-1))=c$ if you include the first draw as a new $i$-th coupon) I don't know where to go from here.