Any list that compresses must contain . Think about the largest possible
number of integers in when
is a list of length .
First, try to find a list that compresses that is as short as possible. It
might help to read about the binary representation of positive
integers.
Work out a few more examples like the one in (b). It is possible
to compress using a list
that consists entirely or almost
entirely of powers of .
For and , if compresses , then must contain and .
The answer is . Do not
worry about trying to compress using as short a list as possible.
As well, inductive thinking could be useful here. Suppose you
can show that there is some with
the property that , , , , and are all compressible. Can you
deduce that is compressible
for all ?