I thought about the importance of 0 in numeral systems, and base 26 doesn't have one, for example those numbers in base 10 are the same:
0342
342
000342
In base26, any word would need to be expressed as follow, for example the word
duck
would be equal to
aaaaaaduck
because a is considered to be zero.
Am I right ?
I know the question is not really interesting when thinking about maths, but I just wanted to know where I could be wrong with this.
Also the use of 0 allows to make actual sentences if you use it as a separator.
EDIT: of course when I ask about base 26, it implies letters.
In most place-value systems, including base 26, the convention is to run from
0through9(as J.M. indicates in the comments), and then fromAthroughZ, for as many digits as necessary. Thus:0and1;0–9andA,B;0–9andA–P;0–9andA–Z.There is no solidly defined convention for bases larger than 36, although I have seen people run through greek letters (which obviously works better if you use lower-case letters, and don't manage to get far enough to encounter omicron or even iota).
In an absolute sense, you are not obligated to use any particular set of symbols at all. Indeed:
Number systems are just ways of representing numbers. They are in no sense absolute, but of course when communicating with others it is good to make clear what system you use, or (better still unless you have a good reason) simply adopt a system which is widespread. And if you are interested in the most widespread convention for base 26, it will be starting with
0–9as J.M. indicated.