@kenshirriff@oldbytes.space huh, neat! i note that this looks similar to (but not quite the same as) the balanced base representation which is found sometimes in algorithms used in prime number hunting to perform arithmetic on large numbers

base 10 in the balanced representation would instead have digits from -5 to -4, for example. my understanding is that this reduces the likelihood of having to deal with cascading carry operations, which saves time