You had a typo in the question, so let's explore a slightly more general solution.
Suppose there is a positive finite limit of $\lim_{n\to\infty}\dfrac{x_n}{n^k} = c$ for some $c$ and $k$.
Then for large $n$, $x_n \approx c n^k$ and $x_{n+1}-x_n \approx \dfrac{1}{\sqrt{c} n^{k/2}}$ but taking $n$ as real $\frac{dx}{dn} \approx kcn^{k-1}$. To make these two correspond you need $k-1=-k/2$ and $kc=1/\sqrt{c}$ which have the solutions $k=\dfrac{2}{3}$ and $c=\sqrt[3]{\dfrac94}$.
So the limit of $\dfrac{x}{n^{2/3}}$ is $\sqrt[3]{\dfrac94}$ and of $\dfrac{x^3}{n^{2}}$ is ${\dfrac94}$.
For a formal proof see did's answer.