Given $C \subseteq \mathbb{R}$ closed, find a sequence such for every point in $C$ there is a subsequence of your sequence which converges to that point, and that there is no subsequence of your sequence which converges to a point outside of $C$ (excluding $\pm \infty$).
If I take an enumeration of $\mathbb{Q}$ that will have subsequences which converge everywhere in $\mathbb{R}$. I want to somehow cut out the portions of $\mathbb{Q}$ which are not near $C$. Initially I thought to just take $\mathbb{Q} \cap C$ but this didn't work. Perhaps I could modify this trick a little to get it to work? Or is there a better way to do it?