I’ve been looking into Collatz loops under the 5n+1 variation, and I noticed something when talking with @cheshirecatalyst and comparing two cycles:
13 → 66 → 33 → 166 → 83 → 416 → 208 → 104 → 52 → 26 → 13
Steps: u d u d .u. d .d. d d d
Steps: u d u d .d. d .u. d d d
17 → 86 → 43 → 216 → 108 → 54 → 27 → 136 → 68 → 34 → 17
The step patterns, up and down, are identical except for a “swap” between where those two are in the necklace.
This got me thinking: when a loop exists in some Collatz, is there some structural or algebraic criterion that might require some other loop with the same length also exist? It reminded me of how in Riemann hypothesis, any off-line zero would by symmetry also imply 3 others (complex conjugates and algebraic symmtetry of equation).