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.
$3n^2 - n - k^2 = 0 \implies \triangle = 1+12k^2 = m^2 \implies m^2 - 3(2k)^2 = 1$. This Diophantine equation is known to have infinite solutions: with the initial one is $(m,k) = (7,2)$, and the next ones are : $(2m+6k,m+4k)$.