The model is as follows (Wikipedia): you have 𝑛 groups, each of which starts initially with 1 person. Every second, a new person joins a random group, where their probability of joining a given group is directly proportional to that group’s size. For instance, if 𝑛=2 and the groups currently have sizes 2 and 1 respectively, a new person will join the first group with probability 23 and the second with probability 13. Essentially, all the people are sheep and tend to follow the crowd. Now, the problem is the following: after 𝑡 seconds, what is the distribution of possible group sizes? Will it be skewed toward distributions with a single large group?