$y_{n+1} = y_n - \frac{y_n^2}{3}$ general formula

62 Views Asked by At

I have an induction formula $y_{n+1} = y_n - \frac{y_n^2}{3}$ with $y_0=1$. Is there a way to get the general formula for $y_n$ from this?