A -bounded partition of a positive integer is a way of writing as a sum of positive integers not exceeding .
A balanceable partition is a partition that can be further divided into two parts of equal sums.
For example, is a balanceable -bounded partition of since . Conversely, is a -bounded partition of which is not balanceable.
Let be the smallest positive integer all of whose -bounded partitions are balanceable. For example, and .
Find . Give your answer modulo .
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.