I need to find the limit of the sequence
$\dfrac{n + n^2 + n^3 + n^4 + \ldots + n^n}{1^n + 2^n + 3^n + 4^n + \ldots +n^n}$,
My strategy is to use Stolz's Cesaro theorem for this sequence.
Now, the numerator is given by :
$x_r = n^1+ n^2 +n^3 + \ldots +n^r$, so $x_{n+1} - x_{n} = n^{n+1}$
Similarly for denominator $y_r = 1^n + 2^n + 3^n +\ldots +r^n$, so $y_{n+1}- y_{n} = (n+1)^n$
Using Stolz Cesaro, this limit is equivalent to
$\displaystyle \lim \dfrac{n^{n+1}}{(n + 1)^n}$, which diverges to $ +\infty$,
However ans given to me is $\dfrac{e-1}{e}$, Can anyone tell where is the error in my solution ?
Thanks.