First time here? Check out the FAQ!
answered 2016-08-11 12:22:37 +0100
Use n = x*(x+3/2) instead of n = x*(x+1.5). Is the number x you are starting from an integer?
n = x*(x+3/2)
n = x*(x+1.5)
x