Suppose we choose from n distinct items randomly with replacement for n times. What is the expected number of items that were never chosen?
I made a simulation and the answer seems to be 1/e * n. Also, the expected number of items that were chosen exactly once seems to be 1/e * n; number of items chosen twice is around 1/2e * n. However, I don't know how to approach this problem mathematically and derive the answer.
What about choosing for 2n times, n/2 times or any number of times?