I have the following equation:
$$k(k+1)(kx+376-x)=376n(nx+2-x)$$
Where $x\in\mathbb{N}$, $x\ge3$, $k\in\mathbb{N}$, $k\ge3$, $n\in\mathbb{N}$ and $n\ge4$.
Now, when I want to look for integer solutions I have two questions:
- When I use the range $3\le k\le10000$, in what range should I look for $n$ in order to guarantee that $x$ satiesfies $x\in\mathbb{N}$ and $x\ge3$?
- When I use the range $3\le n\le10000$, in what range should I look for $k$ in order to guarantee that $x$ satiesfies $x\in\mathbb{N}$ and $x\ge3$?
$k(k+1)(kx+376-x)=376n(nx+2-x)\implies$
$\Bigl((94 - k + k^3) x + 188 (k - 1 + k^2)\Bigr)^2 - 94 (94 - k + k^3) \Bigl(2 - x + 2 n x\Bigr)^2 = 376 k (k^2 - 1) (187 + 94 k)$
For $k\geq-4$ this Pell equation.
For
k=-4..100and without conditions for $x$ and $n$ equation has only solutions(k,x,n):