If you were working in a number system where there was a one-to-one and onto mapping from each natural to a symbol in the system, what would it mean to have a representation in the system that involved more than one digit?
For example, if we let $a_0$ represent $0$, and $a_n$ represent the number $n$ for any $n$ in $\mathbb{N}$, would '$a_1$$a_0$' represent a number?
Is such a system well defined or useful for anything?
The set
$${\mathbb N}[X]$$
is exactly a system as you describe. The constant polynomials are the whole numbers ${\mathbb N}$, and they represent the infinite "symbols" in your system, while $a_0a_1$ is actually the polynomials $a_0+a_1X$.
If you replace $\mathbb N$ by $\mathbb Z$ or $\mathbb Q$ you get some rings which are actually often studied in mathematics.
Added When studying the prime factorization of integers, the same type of system actually comes in play.
Look at the primes $p_1=2,p_2=3,..$.
Then any $n >2$ can be written as $2^{a_1}3^{a_2}5^{a_3}....p_k^{a_k}$ where $p_k$ is the last prime appearing in the prime factorization of $n$.
Then the "symbols" would correspond to the powers of $2$, the elements of teh form $a_0a_1$ correspond to the integers divisible by no other prime than (maybe) 2 and 3 and so on.
Interesting, the example is similar to $\mathbb N[X]$ and the addition of polynomials in $\mathbb N[X]$ corresponds to multiplication in positive integers.