Let $X_1, ..., X_n$ be iid ~Poi($\frac {\lambda}{\sqrt n}$)
Let $Y_n=\frac{(\sum_{k=1}^n X_k)-\lambda \sqrt n}{\sqrt \lambda n^{\frac 1 4}}$
Find the characteristic function of $Y_n$
It was a question in an older exam so I think there should be an easy/fast way to solve this. I see that $Y_n$ is standardised but not how that will help me here. I started calculating
$\Phi_{Y_n}(t)=\mathbb E[exp(itY_n)]=\mathbb E[exp(it\frac{(\sum_{k=1}^n X_k)-\lambda \sqrt n}{\sqrt \lambda n^{\frac 1 4}})]=exp(-it \sqrt\lambda n^{\frac 1 4 }) \mathbb E[exp(\frac {it\sum_{k=1}^n X_k)}{\sqrt \lambda n^{\frac 1 4}})]$
But from there it got messier and I don't think this is the wanted solution. Any help is appreciated.