I have a number theory question:
Consider any three consecutive natural numbers the smallest of which is greater than $3$. Then prove that square of largest cannot be the sum of squares of other two.
I took three natural numbers and tried to proceed with given conditions, but my approach is not working.
Please help.

Let $n,n+1,n+2$ be three consecutive natural numbers and $n>3$ (as required).
With given condition, let us assume that there exist three such consecutive natural numbers such that:
$(n+2)^2=n^2+(n+1)^2$
$\implies n^2+4n+4-(2n^2+2n+1)=0$
$\implies -n^2+2n+3=0$
$\implies -(n+1)(n-3)=0$.
Notice that the LHS cannot be zero as $n>3$.
A contradiction.