Pretty simple question, much like we use 'factorise' to describe finding the factors of a number, is there a term for finding all the (integer) numbers that can be added up in any combination to the same total?
For example, the number 3 would yield something like:
1 + 1 + 1 = 3
1 + 2 = 3
or 4 would yield:
1 + 1 + 1 + 1 = 4
1 + 1 + 2 = 4
2 + 2 = 4
1 + 3 = 4
Is there a term for that? Please excuse my not being particularly au fait with mathematical terms.