Number of points of accumulation of a sequence

Start with $0,1$. Then travel backwards to $0$ in steps of $1/2$, so $1/2,0$. Then travel forwards to $1$ in steps of $1/4$, so $1/4,2/4,3/4,1$. Then travel backwards to $0$ in steps of $1/8$, so $7/8$, $6/8$, $5/8$, and so on. Continue.

Every real between $0$ and $1$ is an accumulation point of our sequence.


Yes, this is possible. For example consider the sequence $a_n$ for $n \ge 2$ defined as the smallest divisor of $n$ greater than $1$.

The accumulation points are all the prime numbers. Subsequences witnessing them are for instance the $p$-th powers for each prime $p$.