Base21
Base21 is a positional numeral system that uses twenty-one digits to represent numbers. In any base-b numeral system, the value of a digit depends on its position and is computed as digit multiplied by b raised to the power of its place. In base-21, each place value is a power of 21, and the digits range from zero to twenty.
A common convention for base-21 uses the digits 0–9 for values zero through nine, and the letters
For example, the decimal number 442 equals 1×21^2 + 0×21 + 1, so 442 in base-21 is 101_21.
Arithmetic in base-21 follows the same rules as other bases. Addition, subtraction, multiplication, and division use
Base-21 is not widely used for everyday computation; it is primarily of theoretical interest and appears in
---