The formula for the next generation $p$ is as following:
$$p_{n}=\frac{p_{n-1}(1-p_{n-1})}{1-{p_{n-1}}^2}$$
- $p_n$ is the percentage of the new allele in the next generation
- Also $0 <p_{n-1} < 1$
I was wondering if there is just a standard formula for $p_n$, because I was asked to calculate the percentage of the $50$th generation. My only conclusion is that I have to enter the value 50 times into the formula, but I don't know if there is a more efficient way to calculate this.