Can you partition the integers from 1 to 16 into two sets of equal sizes so that each set has the same sum, the same sum of squares, and the same sum of cubes?
Trying to figure out if there’s a clever way to approach this without grinding it out or using a computer.