It occurs to me that the question about whether non-trivial cycles exist for the collatz conjecture can be restated as these two questions (details on how this relates to the collatz conjecture can be found here):
Is there a general method for determining how many distinct values of $t_1, t_2, \dots, t_k$ exist for a given $k$ such that:
- $t_k > t_{k-1} > \dots > t_2 > t_1 > 0$
- $2\left(2^{t_k} - 3^k\right) < 3^{k-1} + \sum\limits_{i=1}^{k-1}3^{k-1-i}2^{t_i}$
- $2^{t_k} - 3^k > 1$
Would it follow that as $k$ increases, the number of distinct values approaches infinity?
It seems to me that the conjecture is false if any nontrivial cycle occurs. A non-trivial cycle occurs if $2^{t_k}−3^k$ divides $3^{k−1}+\sum\limits_{i=1}^{−1}3^{h−1−i}2^{t_i}$ which would seem to me be a high probability if there are an infinite number of distinct values. Infinity does not mean this is necessary the case. More information is needed on the variability of the distinct values
Do my assumptions sound reasonable? Are there any well known papers that investigate the collatz conjecture from this viewpoint?
Update: By "non-trivial" cycles, I mean cycles that involve $2^{t_k} - 3^k > 1$ and include all cycles listed here as "trivial".
I have added a third bullet point above to clarify this point. Thanks to Rosie F for noticing that it was missing.
Just to add some more combinatorical information.
I looked empirically for the number of possible sets of exponents $A_k$ with the restriction that $S=\lceil N \log_2(3) \rceil$ - that means the sets of orbit-candidates which must been tested for cyclicity.
Here, rotations of the exponents, for example $A,B,C,D$ and $B,C,D,A$, are taken as duplicate list entries of a cycle-candidate and are only inserted as one instance in the final list.
Here is the empirical list of sets of cycle-candidates for $N=2 .. 8$:
My q&d-routine to detect this is extremely time-consuming; but the results and very likely the continuation of this can be found in the OEIS, hidden in the following (infinite) rectangular array (headers-lines are mine, "maxA" is reference to mine, square brackets indicate my empirical numbers $c$ of-orbits-to-be-tested):
Update: The T()-formula in OEIS is extremely helpful!
Here is the list of systematic $c(N)$ (= for each $N$) with $N=1..29$: $$ [1, 2, 2, 5, 7, 22, 66, 99, 335, 504, 1768, 6310, 9690, 35530, 54484, 204347, 312455, 1193010, 4552275, 7056280, 27293640, 42181080, 165056400, 644637006, 1005633632, 3964522026, 6167026726, 24512635642, 38036848410,\ldots]$$
(Here the same for Collatz-over-the-negative-numbers, $S=\lceil N \log_2(3) \rceil -1$) $$ [1, 1, 1, 3, 3, 10, 30, 43, 143, 201, 728, 2652, 3876, 14550, 21318, 81719, 120175, 468754, 1820910, 2731365, 10752060, 16128424, 64188600, 254463276, 386782164, 1547128656, 2349343610, 9470798326, 14369476066,...]$$ $\phantom{aaaaaaaaaaaa}$ (Note that there are $3$ cycles in the negative numbers)
Your question
is surely to be answered as "yes"; the number of candidate-orbits (even if rotations are ignored) seem to be exponentially in $N$ (your $k$).
Appendix: The Pari/GP-routines I've used is: