Problem of the Month
Problem 4: January 2024
In this problem, we will enclose a list of positive integers in
square brackets. For example, is a list of positive
integers of length five. All lists in this problem will be expressed in
non-decreasing order. To denote the list of consecutive
integers from to inclusive, we will use the notation
. For example, denotes the list .
Given a list, , of positive
integers, we will define to be
the increasing list of distinct positive integers that are expressible
as the sum of some, but not all, of the items in . A sum is allowed to consist of just
one item in , and each item in
can be used at most once in a
particular sum.
For example, if ,
then the sums of at least one but not all of the items in are shown below. Therefore, .
A list, , of positive integers
is called compressible if there exists some list with . In this situation, we say that
is compressed by or that compresses . From the example above, we have that
is
compressible and is compressed by .
Find all lists of length four that compress and explain why no list of length
three or less can compress .
Find a list, , that
compresses and is as short
as possible.
Show that for all positive integers , the list is compressible. For each , determine the smallest possible length
of a list that compresses .
Show that for all positive integers there are only finitely many
compressible lists of consecutive
positive integers. That is, for each positive integer , show that there are only
finitely many positive integers
for which is
compressible.
Find the largest positive integer such that is not compressible. (A full
solution will not be provided for this part.)