Let's say I have two sets $X=\{1,2,3\}$ and $Y = \{A,B,C\}$, which do not have to be finite, and I want to express an infinite alternating series of these two sets like (example with no pattern):
$$ s = 2,B,3,A,1,C,2,C... $$
How would I express the domain of a series like this? I'm struggling with modeling the alternation. If I write something like $s \in (X \cup Y)^\omega$ I don't have the alternation at all. In $s \in (X \times Y)^\omega$ I deal with pairs which I don't want either. So what do you think is the best way to write down the domain of such a series?