I know this limit can be evaluated with application of elementary methods, but having recently learnt the Cesaro-Stolz theorem, I tried applying the theorem on this limit.
We can see that $1\cdot n + 2 \cdot (n-1) + ... + n \cdot 1 < n(n^2)$ and $1^3 + 2^3 + ... + n^3 = \frac{n^2(n-1)^2}{4}$ thus the term inside parantheses tends to 1 as $n \rightarrow \infty$. Hence the limit can be written as
$$e^{\lim_{n \rightarrow \infty} n\left(\frac{1\cdot n + 2 \cdot (n-1) + ... + n \cdot 1}{1^3 + 2^3 + ... + n^3}\right) } $$
To evaluate it, we apply Cesaro-Stolz theorem (since the sequence in denominator is monotonically increasing), obtaining
$$ \lim_{n \rightarrow \infty} n\left(\frac{1\cdot n + 2 \cdot (n-1) + ... + n \cdot 1}{1^3 + 2^3 + ... + n^3}\right) = \lim_{n \rightarrow \infty} \frac{(n+1)\cdot 0 - n^2}{(n+1)^3 - n^3} = \lim_{n \rightarrow \infty} \frac{-n^2}{3n^2 - 3n + 1} = \frac{-1}{3} $$
Which gives the (wrong) value of limit as
$$ L = e^{-\frac{1}{3}} $$
The correct value is known to be $e^{\frac{2}{3}}$ which can be evaluated through other methods. Have I applied the theorem correctly?