Suppose $p$ and $q$ are prime numbers, and $n>1$ is a positive integer. Find all solutions to the following Diophantine equation:$$(p+q)^q-p^q-q^q+1=n^{p-q}$$
What I have tried:
Obviously $p>q$. If $q=2$, we get one solution: $(p, q, n)=(3, 2, 13)$. From now on $p>q>2$. Letting $p-q=2^k r$, where $r$ is an odd number and working on the evaluation of $2$ in the equation gives $k=1$.
I think that $r=1$ is the only possibility. But I don't know how to prove it! I tried to show that $r$ cannot have a prime divisor, but I failed!
Looking mod $p$, $q$ and $p+q$ gives $n^{p-q} \equiv 1 \pmod {pq^2(p+q)}$.
Edit: Let's put a new restriction on the equation: Order of $n$ modulo $p$ is $p-q$. If you work on equation with the new constraint, please inform me about your results!
Notice that $n^{p-q} \equiv 1 \pmod p$, so $\gcd(n, p)=1$ and it follows from the Fermat's little theorem that $n^{p-1} \equiv 1 \pmod p$. Order of $n$ modulo $p$ is $p-q$, hence $p-q|p-1$ and consequently $p-q|q-1$.