For an element $x \in \{0,1\}^{\mathbb{Z}}$, define $S(x) = \{ (x(i),x(i+1), \dots , x(i+r)) : i \in \mathbb{Z} , r \in \mathbb{N} \}$, where $x(i)$ is the $i^{th}$ coordinate. $S(x)$ denotes arbitrary $\{0,1\}$ $r$-tuples such that it matches a segment of $x$.
Find a sequence $\{ y_{n} \} \subseteq \{0,1\}^{\mathbb{Z}}$ such that $S(y_{1}) \supsetneq S(y_{2}) \supsetneq \dots \supsetneq S(y_{i}) \supsetneq S(y_{i+1}) \supsetneq \dots$
The idea I had was to consider $y_{1}$ such that $y_{1}$ only contains streaks of $1$'s with prime length. Then I could define $y_{2}$ such that it avoids a particular prime length.