numbrilises
Numbrilise is a lossless encoding of natural numbers that represents the binary digits of a number as a run-length sequence of consecutive bits, starting with a run of ones. Each number maps to a unique sequence of positive integers that records the lengths of alternating runs of 1s and 0s in its binary representation.
Construction and decoding: To construct a numbrilise, write the number in binary without leading zeros, partition
Example: The number 13 has binary 1101, which consists of runs of two 1s, one 0, and
Properties: The encoding is deterministic and reversible and provides insight into a number's binary structure, such
Variants and use: Numbrilises have been discussed in theoretical contexts as a compact representation for teaching