Last updated on 14/02/2025
Let’s take a natural number . There are only two possible cases: either
is even or odd. Let’s assume it is even. Then it will be divisible by
. Let’s denote with
the maximum value that the exponent of
can assume so that
divides
. In other words,
is the dyadic evaluation of
, that is,
.
We can then write:

Since is odd, it can be written as
, where
is an even number. So
, with
being odd and
.
Repeating the procedure we can conclude that any even natural number can be written as:
(1)
In the case of an odd number , proceeding in the same way, we will have:
(2)
In general, any natural number can be written as
(3)
will be
only if
is odd, otherwise it will be a number not less than
.
The sequence is the Quasi-binary representation of
.
Developing the product we find:
(4)
Since (
), the exponents of the addends are strictly increasing. Representing
in binary, the exponents indicate in which position of the number there is a
, counting from right to left. This explains the name quasi-binary of this representation.
Binary numbers have been known for a long time, but their formalization is attributed to Leibniz, who in 1703 published the work Explication de l’Arithmétique Binaire.
To honor French, the language adopted by Leibniz, the representation proposed here can also be called demi-binaire, anglicized as Dinary.
We will explore soon the properties of the wonderful Dinary numbers!
Be First to Comment