Find all positive integers n < 200, such that $n^2$ + $(n + 1)^2$ is a perfect square
I tried the following Let $n^2$ + $(n + 1)^2 = m^2$ where $m$ is a positive integer. Now $$(m+n)(m-n) = (n+1)^2$$ I dont know how to proceed after this. I also tried expanding original equation but that was also of no help.