Sujet : Re: Incompleteness of Cantor's enumeration of the rational numbers (extra-ordinary)
De : invalid (at) *nospam* example.invalid (Moebius)
Groupes : sci.mathDate : 03. Dec 2024, 07:24:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vim86l$3s6qb$9@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
User-Agent : Mozilla Thunderbird
Am 03.12.2024 um 07:17 schrieb Chris M. Thomasson:
>
0
/ \
/ \
/ \
/ \
1 2
/ \ / \
/ \ / \
3 4 5 6
.........................
Though we may take 1 for the root too. This way we would get (using binary representation):
>>> 1
>>> / \
>>> / \
>>> / \
>>> / \
>>> 10 11
>>> / \ / \
>>> / \ / \
>>> 100 101 110 111
>>> .........................
I guess you get the pattern. :-P