Let $a_1, ..., a_N$ denote the alternating sequence $-1, 1, -1, 1, ..., -1, 1$ (assume $N$ is even for simplicity). Let $x_1, ..., x_N$ denote a sequence obtained by random sampling without replacement from the entire alternating sequence. Consider the random variable: \begin{equation} s_N = N^{-1/2} \sum_{n=1}^N x_n a_n . \end{equation} For finite $N$, $s_N$ is a discrete random variable and when $N$ is small it is straightforward to just write the distribution down. For example, if $N=2$, then $\mathbb{P}(s_N = -2/\sqrt{2}) = 1/2$ and $\mathbb{P}(s_N = 2/\sqrt{2}) = 1/2$. As $N$ gets large, the number of possible outcomes for $s_N$ gets very large.
Interestingly, under simulation, when $N$ is large, $s_N$ starts to look an awful lot like a like a Standard Normal random variable.
Question: Does $s_N$ have a CLT as $N \rightarrow \infty$? If so, how would one go about proving this?
UPDATE: md5 method is very nice. However I've also realized that once you write down the finite sample distribution as md5 has, this is pretty much all you need to do, since that probability distribution just so happens to be a special case of the Hypergeometric distribution, which further just so happens to satisfy the assumptions in equation 7.4 in Chapter 7 of Feller's An Introduction to Probability Theory and its Applications: Volume 1 and so the Normal limit is known. See also this question here