Let's say I want to invent my own positional numeral system. I start with several symbols representing the smallest amounts: A, B, C, D, E, F. Since I don't want to have infinitely many symbols and since I'm making a positional system, the symbol representing the next amount will be AA.
So I created this notation:
A, B, C, D, E, F,
AA, AB, AC, AD, AE, AF,
BA, BB, BC, BD, BE, BF,
...
FA, FB, FC, FD, FE, FF,
AAA, AAB, AAC, AAD, AAE, AAF,
...
Of course all numbers in the table are meant to be unique and naturally ordered.
My question is: Why this intuitively created positional notation doesn't correspond to our common base-10 system? Does my positional system have any design flaws? Or is it just a historical thing?
When the chosen symbols are 1-9 then the numbers 10, 20, 100, 130, ... are missing. When the chosen symbols are 0-9 then there weird numbers like 01, 001, 0001 appear.