While playing with numbers, I found the following properties of positive integers and prime numbers.
Properties
Every positive integer $n$ can be written in the following form \begin{align*} n = \frac{a^2 + b^2}{a + b} \end{align*} with at least 3 integer solutions. Mostly, the number of solutions is (along with probabilities of occurrence): $$\begin{matrix} 11 & 46\,\% \\ 3 & 39.4\,\% \\ 35 & 9.48\,\% \\ 19 & 3.2\,\% & \text{factorization contains square}\\ 59 & 1\,\% & \text{factorization contains $5^2$}\\ 27 & 0.6\,\% & \text{factorization contains cube}\\ 107 & 0.2\,\% \\ 83 & 0.08\,\% \\ \end{matrix}$$
Moreover, every prime number $p$ can be written in the following form \begin{align*} p = \frac{a^2 + b^2}{a + b} \end{align*} with either 3 or 11 integer solutions. The number of solutions is (along with probabilities of occurrence): $$\begin{matrix} 3 & 50.953682\,\% \\ 11 & 49.046322\,\% \\ \end{matrix}$$
Example
For \begin{align*} \frac{a^2 + b^2}{a + b} = 127 \end{align*} there is exactly 3 integer solutions: $(a = 0, b = 127)$, $(a = 127, b = 0)$, and $(a = 127, b = 127)$.
Question
Can you confirm this result? Is this known? Any feedback is welcome.