Problem #10
Find a set of five positive integers such that the greatest common divisor
of any two of them is their difference. For example, a set of three elements
having the desired property is {10,12,15}, since GCD[10,12]=2=12-10,
GCD[10,15]=5=15-10, and GCD[12,15]=3=15-12.