Given a set $S$, where each member $s_i$ has a probability to be sampled $p_i$. What is the expected number of unique samples when randomly sampling $n$ items with replacement?
My question is similar to this question with one important difference. In my case the probability of sampling the different items of the set is not uniform. Each item has a unique probability to be sampled that will be constant over all samples.