Consider some known fixed numbers $t,r$, then can we solve for $m,w$ in $-(1 + m)^2 - t - (-1 + r - w) (1 + r + w) = 0$ ?
Is there any way to figure out what are the integer solutions to this? I have tried looking at this every which way and nothing. I can manufacture many of this equations by choosing $t,r$ with known $w,m$ integers, but given $t,r$ only can we find $m,w$?
Update: $t,r,m,w \in \mathbb{N}$
You have $$-(1+m)^2-t-(-1+r-w)(1+r+w) = 0 $$ $$\Longleftrightarrow -(1+m)^2-t-(r-(w+1))(r+w+1) = 0 $$
$$\Longleftrightarrow -(1+m)^2-t-r^2+(w+1)^2 = 0 $$
$$\Longleftrightarrow (w-m)(w+m+2)=t+r^2 $$
Now if $t$ and $r$ are given, you can check the dividers of $t+r^2$ and deduce the different possibilities for $w-m$ and $w+m+2$, and then deduce the conrresponding values of $m$ and $w$.