An urn contains $n$ balls - the ith having weight $W(i), i=1, \ldots, n .$ The balls are removed without replacement one at a time according to the following rule: At each selection, the probability that a given ball in the urn is chosen is equal to its weight divided by the sum of the weights remaining in the urn. For instance, if at some time $i_{1}, \ldots, i_{r}$ is the set of balls remaining in the urn, then the next selection will be $i_{j}$ with probability $W\left(i_{j}\right) \mid \sum_{k=1}^{r} W\left(i_{k}\right)$,
$j=1, \ldots, r .$ Compute the expected number of balls that are withdrawn before ball number 1 .