Suppose $n$ numbers are drawn independently from the list of $m$ integers $\{1,2,3,\ldots ,m\}$ uniformly at random. Denote these $n$ picks as $x_1,x_2,\ldots x_n$. Note that $n\geq m$ is possible. Fix a positive integer $C$. I am trying to determine the probability that $$\sum_{i = 1}^{n} \frac{1}{x_n}\geq C.$$
However I am not really sure where to start as I have not done much work with probability before.
Is there some way to get such a probability?
I don't think there is anything except counting cases or simulation for small $n$. For large $n$ you can use the normal approximation, but I suspect $n$ has to be pretty large for that to work. The average reciprocal is $\frac {H_m}m\approx \frac {\log m + \gamma}m$. The problem is that the variance of your numbers is large. The sum will be dominated by how many times you pick $1$ and $2$ because the reciprocals of all the high numbers are about the same and small. The expected number of $1$s is $\frac nm$ with a standard deviation of about $\sqrt{\frac nm}$.