Let $n$ be a positive integer
Now define the collatz variant
- if $n=2m$ divide by $2$ as often as possible.
- if $n=3m$ divide by $3$ as often as possible.
- if $n=5m$ divide by $5$ as often as possible.
- else take $7n + 1$
Notice the order of steps 1,2,3 does not matter.
Now statistically we divide on average by $4\cdot 3^{\frac{3}{4}} \cdot 5^{\frac{5}{16}} = 15.077...$ wich is larger than $7$ , so we should not go to infinity ?
( Notice that the analogue case with 11x + 1 does not work out since there are sequences that are never divisible by $5$ ! Also 11 is slightly larger than $4\cdot 3^{\frac{3}{4}} = 9.118...$ so disaster strikes hard. Also I want to keep it simple )
Correct me if I said wrong things.
What is known about this ? How many cycles ?
By the way this is not the 7x+1 collatz I found online at arxiv or here, this one is different.
edit
I changed the statistical estimate because it was wrong.
Allow me to explain.
Take division by $3$ and powers of $3$. On average we can divide by $3$ with probability $1/3$.
And on average we can divide by $9$ with probability $1/9$. And by $27$ with probability $1/27$. This means that on average we divide by
$$ 3^{1/3} \cdot 9^{1/9} \cdot 27^{1/27}...$$
Or equivalent
$$ 3^{1/3} \cdot 3^{2/9} \cdot 3^{3/27}...$$
The same applies for every prime $p$.
So for a prime $p$ we divide on average by
$$ p^{1/p} \cdot p^{2/p^2} \cdot p^{3/p^3}...$$
What equals ( by the taylor series $x + 2x^2 + 3x^3 + ... = \frac{x}{(x-1)^2}$ )
$$p^{\frac{p}{(p-1)^2}}$$
Therefore the acurate estimate is
$4\cdot 3^{\frac{3}{4}} \cdot 5^{\frac{5}{16}}$
Sorry for the mistake.
history:
A heuristic frequencies list using only $a_{r}$ from the first $800\,000$ numbers $a_{r} \in \mathbb N^+ \mathbb{/2/3/5}$ beginning with $[1, 7, 11, 13, 17, 19, 23, 29, 31, 37]$.
Using $p=7$ I compute $w_{r} = p \cdot a_{r}+1$ then $b_{r}= \{w_{r}\}_{2,3,5} $ and $q_{r}=w_{r}/b_{r}$ . Here the notation $ \{n\}_s$ means complete extraction of all primefactors given in the list $s$ from natural number $n$.
In the following the absolute and the relative frequencies of $q_{r}$ (partially reordered hoping this gives a better sense for the patterns):
In the "relfrq%" columns in relative fractional expression:
Update
Here are my frequencies-tables. Each table is understood as increasing exponents at $3$ along rows(downwards) and increasing exponents at $5$ along columns (rightwards), each beginning with exponents $0$.
The separate tables are according to increasing exponents of $2$. The first table is empty because they are no cases, where the exponents at $2$ are zero. The last row,column,table are accumulated frequencies for exponents larger or equal than $6$:
The counting the occurences of primefactors 2,3,5 (respecting their multiplicities as well) I get the average quotient as $\hat q_\text{go} = 2^2 \cdot 3^{3/4} \cdot 5^{5/16} \approx 15.077$ This is little but systematically different from yours where you have $\hat q_\text{mick} = 2^2 \cdot 3^{2/4} \cdot 5^{4/16} \approx 10.36$.
I'm not completely sure of my result because of finitety of the frequencies tables (and maybe overlooking something). The extrapolation of the heuristical tables using the rules of geometric series (to fill up the missing frequencies for higher exponents) give a change only less than $0.01 \text{%} $ and so I'm now somehow confident of my estimate.
Update 2 Improving reliability of estimate for $\hat q_\text{go}$ .
To see, how increase of $N$ (number of used initial numbers $a_r$) increases accuracy of estimate of $\hat q_\text{go}$ I've now made a small but efficient program which shows, that my given estimates for the quotient $q$ are very likely correct.
Pari/GP-program:
This gives for increasing $N$:
This is obvious convergence to $\hat q_{go}=2^2 \cdot 3^{3/4} \cdot 5^{5/16}$
Update 3: Generalizing to $px+1$ with $p<>7$ .
If we insert any $p>2$ into the basic formula $px+1$ and define the divisor by the sequence of all smaller primes then we find heuristically $$ \begin{array} {} \hat q_{\text{go},3} & = 2^ 2 \\ \hat q_{\text{go},5} & = 2^ 2 \cdot 3^{3/4} \\ \hat q_{\text{go},7} & = 2^ 2 \cdot 3^{3/4} \cdot 5^{5/16}\\ \hat q_{\text{go},11} & = 2^ 2 \cdot 3^{3/4} \cdot 5^{5/16}\cdot 7^{7/36}\\ \end{array} \tag {3.1} $$ from where I guess, we can continue this in the obvious way.
This gives as decreasion-ratio per step for $p=3$ : $ r_p = p/ \hat q_{\text{go},3} = 0.75 $, for $p=5$ : $ r_p = p/ \hat q_{\text{go},5} = 0.548364172064 $ and so on, which for higher $p$ seems to converge to some value near $0.5221...$ (but convergence is extremely slow and possibly no convergence occurs at all)
Here are some few first decrease-ratios:
I took this up to $N =100\,000\,000$ , $p_N=2\,038\,074\,743 $ giving the following picture for $r_p-0.5$ depending on $p$ (for the higher primes I only show the values near $p \approx 10^k$ and linear interpolation by Excel (dotted lines)):