I think all require a conversion process, thats what they have in common, the instructions pose as a question, when they are infact simply instructions for behaviour, and so I look for equivalence, for instance it appears equivalent to these rules if you consider movements along a tape where each cell in the tape hold 3 bits of information, a sequential position low to high, and odd number (n)low to high and an even number derived from n×3+1
Condition A.If s is even:s×1.5
Condition B.If s is 1 mod4:(3s+1)÷4
Condition C.If s is 3 mod4:(s+1)÷4
Note.1 Condition C only represents a pass through the odd number itself if its a starting point, under all other conditions it represents a fall through the even number produced by the odd number on the tape.(this must be logged asif it returned to the odd number itself, )
Note2. The first Condition A or B resulting from a condition C will represent a fall through the even number produced by A or B’s odd number
so these rules allow a kind of superposition By logging odd to odd movements whilst including falls through even numbers that have an odd counterpart asif they fall to the odd themselves. Observation of the collatz sequences do not highlight these odd numbers being passed through clearly.
Now assume the equivalents is proven (which can be done)
Note that all (1 mod4)×3 results in a 3 mod4, and as the rest of the process is the same for B and C we can change rule B to s×3 as rule C will complete the process, as all condition A. Converge on odd multiples of 3. And all condition B converge on condition C. We now know that under the new rules all movements not returning to 1 converge on 3 mod4….more specifically 3 mod12. As in the collatz conjecture this could be a fall through the even number or to the odd number you wouldnt necessarily see the convergence.
note that 2^y×1.5^y=3^y
condition A. Converges on multiples of 3
Condition B. Converges on multiples of 3
Condition C. Falls through multiples of 3 every 3rd repeat uninterrupted by condition A or B
Now im working to use all of this to see if I can rephrase…..or expose the real question to one that can be answered.
point being, i think were all trying to answer a question, before the question has even been formulated.