Let $X_1,X_2,\dots$ be i.i.d. with the following probability density:
$$P(X_j=0)=1-\frac{\lambda}{n}$$ $$P(X_j=1)=P(X_j=2)=\frac{\lambda}{2n}$$
Define $Y_n=\sum_1^nX_j$. Find $\lim_{n\rightarrow\infty} \psi_{Y_n}(t)$.
I calculated the characteristic function of $Y_n$ as follows.
$$\psi_{X_j}(t)=E[e^{iX_jt}]= (1-\frac{\lambda}{n})e^0+\frac{\lambda}{2n}e^{it}+\frac{\lambda}{2n}e^{2it}$$
$$\psi_{Y_n}(t)=[\psi_{X_j}(t)]^n=[1+\frac{1}{n}(\frac{\lambda}{2}e^{it}+\frac{\lambda}{2}e^{2it}-\lambda)]^n$$
$$\lim_{n\rightarrow\infty} \psi_{Y_n}(t) = exp(\frac{\lambda}{2}e^{it}+\frac{\lambda}{2}e^{2it}-\lambda)$$
From here I am unable to simplify the characteristic function to that of any distribution I am familiar with, which leads me to believe I did something incorrectly.