Suppose I pick an integer independently and uniformly at random from $[1,n]$ and I repeat this experiment $t$ times.
Let $a_i$ be the number of times I pick number $i$, and let $a_{max}$ be the maximum $a_i$ of all those chosen in the experiment. Note that $t = a_1+a_2+a_3+...+a_n$
What is the expected value and variance of $\frac{a_{max}}{t}$