Evaluate $\lim\limits_{n \to \infty}\left(\sum\limits_{k=0}^{n}\left(\frac{\left(k-n\right)^k}{k!}\cdot e^{n-k}\right)-2n\right)$.
By plugging in large values for $n$, I noticed that the limit is most likely $\frac{2}{3}$, but I can't prove it.
Update
Over a year has passed since I asked this question, but recently it was closed out of the blue because it lacks additional context. So let me explain where this limit comes from. I was studying the following problem:
Let's consider a sequence of random numbers. Each number is uniformly distributed between $0$ and $1$. We add up the terms of this sequence one by one until their sum exceeds a certain number $x \in \mathbb{R}$. Let $E_x$ be the expected number of terms needed for that.
The original question asked for the value of $E_1$, which turns out to be $e$. After I solved this by using differential equations, I wanted to find a formula for all $E_x$. Before I had found one, I thought:
"Well, each term of the sequence increases the sum by an expected value of $\frac{1}{2}$, so the sum should exceed $x$ after roughly $2x$" terms. For large $x$, this approximation should get better and $E_x$ will get closer and closer to $2x$." In other words, I thought that $\lim\limits_{x \to \infty}\left(E_x-2x\right)=0$. This turned out to be wrong later.
Finding a nice formula for $E_x$ is not easy and the only explicit formula I could come up with was a piecewise-defined function with infinitely many pieces. The first piece ranges from $0$ to $1$, the second from $1$ to $2$, the third from $2$ to $3$, and so on. This makes it really hard to evaluate the limit, so I decided to look at only integer values of $x$. And indeed, you can find a nice for those, namely:
$$E_n=\sum\limits_{k=0}^{n}\left(\frac{\left(k-n\right)^k}{k!}\cdot e^{n-k}\right)$$
Plugging this into $\lim\limits_{x \to \infty}\left(E_x-2x\right)$, we get the limit in the title of this question. And apparently, this limit is equal to $\frac{2}{3}$ and not $0$.
So, there you go. Hopefully, this will be enough to open this question again.