alternatebase
Alternatebase, in mathematics and computer science, refers to a numeral system that uses a mixed radix rather than a single fixed base. In such systems, the weight of each digit is determined by a sequence of bases that can alternate or vary, rather than all being the same base. A representation consists of digits di and corresponding bases ri, with 0 ≤ di < ri. The value is computed as the sum of di times the product of all preceding bases: value = d0 + d1·r0 + d2·(r0·r1) + d3·(r0·r1·r2) + ...
A common special case is an alternating-base system where the bases alternate between two values, for example
Factorial number system and certain time or date representations are related ideas under the broader umbrella