Okay, so I have this problem:
Given the sequence $(x_n)_{n\in\mathbb{N}}$ defined by $x_{n+1}=\dfrac{3x_n^2}{(1+x_n)^3-1}$, with $x_1>0$, find $\displaystyle\lim_{n\to\infty}x_n$ and $\displaystyle\lim_{n\to\infty}nx_n$.
I've proved that the first limit equals $0$, by proving the sequence is bounded and monotonic, but I have no idea what to do about the second one. Could you give me a hint?