Define the following graph on the vertex set ${\mathbb N}_{\geq1}\>$:
Two numbers $a$, $b\in {\mathbb N}_{\geq1}$ are connected by an edge (written $a \ \mathcal{R} \ b)$ if and only if $a+b \ | \ ab-1$.
Clearly $1$ is isolated. Can we connect all integers greater than $2$ to $2$? For example: $$2014 \ \mathcal{R} \ 147 \ \mathcal{R} \ 4175 \ \mathcal{R} \ 3891 \ \mathcal{R} \ 142 \ \mathcal{R} \ 43 \ \mathcal{R} \ 7 \ \mathcal{R} \ 3 \ \mathcal{R} \ 2.$$ Therefore $2014$ can be connected to $2$ (written $2014\sim2$).
Question: Is this graph connected?
Motivation :
I worked on the Machin formula and I wondered if we had $$\arctan \frac{1}{a} + \arctan \frac{1}{b} = \arctan \frac{1}{c}$$ where $a,b,c$ are integers and this happens if $c=\frac{ab-1}{a+b}$ is an integer.
EDIT : My apologie I forgot to mention that the graph is restricted to positive integer.
I'm posting this as CW because my "clarification" as to positive integers vs. integers generally being the domain/nodes got edited out (perhaps accidentally), and I wanted to show that without the restriction to positive integers, $1$ is not "isolated" as the Q asserts.
Let $R(a,b)$ mean $(a+b)|(ab-1)$ for integers $a,b$. Then:
$$ R(1,0) \text{ since } (1+0)|(0-1) $$
$$ R(0,-1) \text{ since } (0-1)|(0-1) $$
$$ R(2,-1) \text{ since } (2-1)|(-2-1) $$
So this evidence points to restricting the graph to edges between positive integers.