I have independent $X_i$ with mean $0$ and variance $1$. They are normally distributed.
From the $X_i$ I construct $Y_i$ = $X_i$ + $X_{i+1}$. The $Y_i$ aren’t independent.
I’m curious to know the distribution of $\frac{\sum_{i=1}^n Y_i}{\sqrt{n}}$. Since the $Y_i$ aren’t independent I don’t think I can use CLT. If I break down the sum into a sum of $X_i$, then I can’t get rid of the n term in the variance. Is there a better solution?