I got this question from a colleague who likes to solve Diophantine equations.
Find integer solution(s) for $\qquad\dfrac{m}{n}+ \dfrac{n+1}{m}=4$
Clearly $\space\space m=-4 \space\space $ and $\space\space n=-1\space\space $ is a solution, but we are wondering whether there are others.
What we have tried is that we got $\space \space m^2-4mn+n^2+n=0\space \space $ and thus it must be the case that $\space \space 3n^2-n\space \space $ is a perfect square. Then we are a bit stuck.