Find the nonzero values of integer $n$ for which the quotient $\frac {13n^2+n}{2n+2}$ is an integer?
My Attempt
I assumed $(2n+2 )| (13n^2+n)$ implies existence of integer $k$ such that $$13n^2+n=k(2n+2)$$ $\implies\ 13n^2+(1-2k)n-2k=0$
$\implies\ n=\frac{(2k-1)\pm\sqrt{(1-2k)^2+104}}{26}$
But this is taking me nowhere.
For the sake of future readers, @MikeDaas's method ought to be an answer. It can be simplified to$$2n+2|2(13n^2+n)+(12-13n)(2n+2)=24\implies n+1|12,$$i.e. the nonzero options are $$n\in\{-13,\,-7,\,-5,\,-4,\,-3,\,-2,\,1,\,2,\,3,\,5,\,11\}.$$Now we check which of these actually satisfy $2n+2|13n^2+n$; @Ravi found the positive solutions to be $2,\,3,\,11$, but the negative ones are $-13,\,-5,\,-4,\,-2$.