Find all combinations of the three natural numbers which their sum is equal to their product of those factors (three natural numbers).
I have found just one combination 1 + 2 + 3 = 1 * 2 * 3. But it is only one combination, and the question is: is it only one combination and how to prove it?
