I believe that this is a particular neat example that we've done in class. Unfortunately there is one step I do not quite understand and my Professor had to skip due to the lack of time. I think this approach might be of interest, so I will post it despite its incompleteness.
Feel free to skip directly to the question tagged with (?)
Here is the idea:
Let $X \sim $Poisson(1) i.e. we have $P(X=k)= \frac{e^{-1}}{k!}$ for $k=0,1,2, \dots,$ and furthermore $E(X)=1=$Var$(X)$
Now consider a sequence of i.i.d. Poisson(1) RVs $X_1,X_2, \dots ,$ we then know that $(X_1 + \dots + X_n) \sim $Poisson($n$)
Lets now define yet another RV $Y_n$ as $$Y_n:= \frac{X_1 + \dots + X_n -n}{\sqrt{n}} $$ Then by the CLT we have that $Y_n \implies \mathcal{N}(0,1)$ where the arrow denotes weak convergence or convergence in distribution. This is equivalent to saying that $$P(Y_n >x) \to P(\mathcal{N} >x) \ , \forall x \in \mathbb{N} \text{ as } n \to \infty $$ But on the LHS of the above we obtain by Chebyshev's Inequality that $$ P(Y_n >x) = P(S_n-n > x \sqrt{n}) \leq \frac{1}{(x \sqrt{n})^2}\text{Var}(S_n)= \frac{1}{x^2} $$ Furthermore we have $\int_1^\infty 1/x^2 dx < \infty$, which justifies by Lebesgue dominate convergence that $$ \int_0^\infty P(Y_n >x) dx \to \int_0^\infty P ( \mathcal{N}>x)dx= \frac{1}{\sqrt{2 \pi}}\int_0^\infty y \exp \left( \frac{-y^2}{2}\right)dy = \frac{1}{\sqrt{2 \pi}} $$ My questions concerns the LHS of the above statement. Namely my Professor said that $$ \int_0^\infty P(Y_n >x)dx = E(Y_n^+)\overset{?}= e^{-n} \sum_{j=n+1}^\infty \frac{n^j}{j!} \left( \frac{j-n}{\sqrt{n}} \right) \overset{\checkmark}= \frac{e^{-n}}{\sqrt{n}} \frac{n^{n+1}}{n!} \tag{?} $$ Maybe I am missing something obvious here, I do understand that we want to compute expected value of the positive part of the random variable $Y_n$ denoted by $Y_n^+$, so I believe what my Professor actually is calculating is $$E(Y_n^+)=E(Y_n 1_{S_n \geq n}) $$ But I haven't dealt with such expected values in Class. Can maybe someone elaborate on the 'missing' steps?