Let $p$ and $q$ be primes.
Besides $\{3,13\}$ and $\{13,61\}$, find other solutions $\{p,q\}$ to the congruence $$ 1+ p+q+p^2+q^2 \equiv 0 \pmod {pq}$$ or show that there are none.
Let $p$ and $q$ be primes.
Besides $\{3,13\}$ and $\{13,61\}$, find other solutions $\{p,q\}$ to the congruence $$ 1+ p+q+p^2+q^2 \equiv 0 \pmod {pq}$$ or show that there are none.
Copyright © 2021 JogjaFile Inc.
I don't see that this can be finished. There is at least one more solution with ratio 5, namely $$ p = 22419767768701 \; , \; \; \; q = 107419560853453 $$
Given any natural numbers $x < y,$ we get a new solution to $$ x^2 - 5xy + y^2 + x + y + 1 = 0 $$ with $$ (x,y) \mapsto (y, 5y-x-1) $$ This is called Vieta Jumping on this site and in contests. In the simple program below, if we get two primes in a row printed out, that pair satisfies your question.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Alright, I ran the sequence up pretty high, taking $x_0 = 1,$ then $x_1 = 3,$ then $x_2 = 13,$ $x_3 = 61,$ after which:
There is another aspect: there are no positive integer solutions to $$ x^2 - kxy+y^2 + x + y + 1 = 0$$ for integer $k \geq 3$ unless $k=5.$ Here is the diagram that shows the geometric part of the argument when $k=7.$
Here is the diagram for $k=5$ showing the "fundamental solution" between the diagonal lines at $(1,1)$