It's called zero indexing or zero-based numbering, it's not uncommon, especially in computer science I believe. For instance, in many programming languages if you have an array the initial element in that array would have an index of zero.
https://en.wikipedia.org/wiki/Zero-based_numbering