I saw this problem:
Find $L=\lim_{n \to \infty } \sum\limits_{k=1}^n \frac{k^n}{n^n} $
Solutions to this limit can be found here.
I got $L=1.5$ which is wrong but I don't know why & where I went wrong.
We should have got $L=e/(e-1)$
My attempt :
By Faulhaber's formula $\displaystyle \sum_{k\le n} k ^r = \frac{n^{r+1}}{r+1}+ \frac{n^r}{2} + P_{n-1}{(r)} $ where $P_m(x) $ is a polynomial of $m$ degree.
So $$L=\lim_{n \to \infty }\sum_{k\le n}\frac{k^n}{n^n}= \lim_{n \to \infty }\frac{n}{n+1}+ \frac{n^n}{2n^n}+ \frac{P_{n-1}(n)}{n^n} =1.5$$
Since all the coefficients in Faulhaber's formula has an absolute value less than $1$ the last term should tend to $0$ because
$$|\frac{P_{n-1}(n)}{n^n}|< \sum_{k\ge1}\frac{1}{n^k} \to 0$$