Let $X$ be a countably infinite, well-ordered sequence of natural numbers. For each value $i \in X$, append $1$ $i$ times to the beginning of the countably infinite sequence $Y$ of binary digits and then append $0$. For example, $(1,4,3,2,6,3,\overline{0}) \to 1011110111011011111101110\overline{0}$. (Overline denotes an infinitely repeating value.) Inversely, the binary sequence $010110111011110\dots$ would map to $(0,1,2,3,4,\dots)$.
Is this a valid bijection between sequences of binary digits and sequences of natural numbers?