Topic: Compression Method
in binary the sequence runs
512/256/128/64/32/16/8/4/2/1
so that 63 would be written "0000111111"
now notice that any pair of binary integers can be described by 4 characters
00 a
01 b
10 c
11 d
so 63 might be written "aaddd"
the numbers 0-15 can be described with 16 pairs of letters,
0000/aa/e
0001/ab/f
0010/ac/g
0011/ad/h
0100/ba/i
0101/bb/j
0110/bc/k
0111/bd/l
1000/ca/m
1001/cb/n
1010/cc/o
1011/cd/p
1100/da/q
1101/db/r
1110/dc/s
1111/dd/t
then 63 could be written "aht" and 256 as "bee"
if we introduce "z" as meaning "no significant integers to the left of the following" then we can have as large a number of binary integers in the system as we like, 63 being "zdt" and 256 being "zbee", 15378 being a 14 digit binary number rendered as "zdqfg"
Steve Jobs has ruined this joke.