A sequence is called disjunctive if it contains all sequences within it. More specifically, a sequence is disjunctive in base $b$ if it contains all finite sequences (or base $b$ words) within its base $b$ representation.
This is an interesting property, and it makes me wonder. Do there exist sequences that contain all possible countably infinite sequences? If so, what are they called?
I can't think of a reason they shouldn't exist, but maybe there's a good reason that I'm just overlooking. My first concern was that a sequence containing infinitely many infinite subsequences might already be impossible. But a trivial example shows it's possible:
Consider the set of all countable sequences on the natural numbers which are strictly monotonically increasing. Call it $\mathcal{S}$.
Define $s_o = (1, 2, ...)$ - the sequence which simply enumerates the natural numbers. Clearly, every $s \in \mathcal{S}$ is a subsequence of $s_o$.
$$ \forall s \in \mathcal{S} , s \subseteq s_o $$
And $\mathcal{S}$ contains infinitely many sequences. (Though I'm not sure if $\mathcal{S}$ is countable or not.) So unless I've made a mistake, it's possible for a single countable sequence to contain infinitely many countable subsequences.
But that's essentially a toy problem - I'm a long way off from answering my question and I'm not even sure what terms to search for related results.