I want to express the following in sequence:
$S$ is a sequene of natural numbers such that $n$ is repeated $x$ times, where $x$ is a positive integer.
In the following example, $x = 2n-1$
$$S = \{\underbrace{1}_\textrm{x = 1},\underbrace{2,2,2}_\textrm{x = 3},\underbrace{3,3,3,3,3}_\textrm{x = 5},\underbrace{4,4,4,4,4,4,4}_\textrm{x = 7},\dots\}$$