Given a sequence ${a_n}$, $a_{n+1}=\frac{na_n+a_n^2}{n+1}$, $a_1=\frac{1}{2}$.
i can prove that the $\{a_n\}$ is decreasing, and the limit is 0.
but by using computer i found that the limit of $\{n\cdot a_n\}$ is about 1.3... .
how to prove the $\{n\cdot a_n\}$ has a upper bound.