Find the sum of those positive integers n such that (n+15)^2 is a multiple of n+2
n ==11, 167
[11 + 15]^2 mod [11 + 2] ==0
[167 + 15]^2 mod [167 + 2]==0
Sum of all n: 11 + 167 ==178