Well, as @MiloBrandt has already mentioned, that formula was about the so-called 1-cycles, a special simple form of general cycles.
But your operation gives a nice aspect, which helps to make the disproof of 1-cycles a bit simpler.
We start with a supposed solution for an 1-cycle of length $N$ odd steps and $S$ as sum of the involved exponents of $2$:
$$ a = { 3^N - 2^N \over 2^S - 3^N } \tag {1.1}
$$
Now you add $1$ to each side
$$ a + 1 = { 3^N - 2^N \over 2^S - 3^N } +1 ={ 3^N - 2^N + 2^S-3^N \over 2^S - 3^N } ={ 2^S - 2^N \over 2^S - 3^N } \tag {1.2}
$$
Now we can extract the factor $2^N$ on the rhs and divide:
$$ {a + 1 \over 2^N} = { 2^{A-1} - 1 \over 2^S - 3^N } \qquad \Tiny \text{ where } A-1=S-N \tag {1.3}
$$
Because the denominators have no common factor ,$a+1$ must be a $k$'th multiple of $2^N$ , so the initial (and smallest by definition) element of a 1-cycle must have the form $a=2^N\cdot k -1$ (with $k \gt 0$). So, for a 1-cycle of length $N=10$ the smallest element must be equal or larger than $1023$ (actually of the form $ 1023 + k \cdot 2^{10}$).
From another formula, i.e. that for the general cycle on elements $a_1,a_2,...a_N$ we must have
$$ 2^S = (3+1/a_1)(3+1/a_2) \cdots (3+1/a_N) \tag {2.1}$$
we can for each given $N$ determine some (roughly) mean value $\alpha$ of all $a_k$ by
$$ 2^{S/N} = (3+ 1/\alpha) \\
\alpha = {1 \over 2^{S/N}-3 } \tag {2.2}$$
Here (by (2.1)) $2^S$must always be larger than $3^N$, and we take the smallest solution for $S$:
$$ S= \lceil N \cdot \log_2(3) \rceil = 16 \tag {2.3}$$
This gives for the mean-value $\alpha = 1/(2^{1.6}-3) \approx 31.81 $ (!).
But by the definition of the cycle (be it general or 1-cycle) $a_1$ is the smallest element and thus it must also be $a_1 \lt \alpha$.
Since for the 1-cycle of length $10$ the smallest element $a_1\ge 1023$ is required, we cannot have a 1-cycle of length $N=10$.
This style of consideration can be generalized, and it can be shown that the discrepancy from the requirements for $a_1$ in a 1-cycle of length $N$ ($a_1=2^N k -1$) and the upper bound $\alpha$ for $a_1$ (by 2.3) for a general cycle of length $N$ even increases (heuristically) and this can then lead to the proof that no (nontrivial) 1-cycle can exist at all in the positive numbers.
(A bit more explanation I have in a small treatize 1cycledisproof )