A355239 contains numbers $k>4$ whose Collatz trajectory visits $k-1$ or $k+1$. These can be considered as near misses to the start of a second potential loop in the Collatz sequence. The last term is 9233. I've searched for further terms, but couldn't find any up to 31,100,000,000. Can anyone find any further terms?
2026-03-30 06:47:25.1774853245
Near misses to the start of a potential loop in the Collatz sequence
245 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in COLLATZ-CONJECTURE
- Why do these Collatz values seemingly explode and then implode?
- What's the image of the function $f(x)=(3x+2^{v_2(x)})$ on the Prufer 2-group?
- Assuring Lipschitzian and contraction of a mapping
- Finding an equation for fixed points
- Are there any false variants of the Collatz conjecture for which the probability heuristic works?
- Investigating natural numbers in relations with prime numbers
- Some details about 'Collatz Conjecture'?
- Are the prime-free sequences $x_{n+1}=4x_n+1$ of odd numbers in bijection with the square numbers greater than $16$?
- Simplistic Odd Collatz formulas
- Are there specific numbers for which the Collatz Conjecture is proven?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The question of that type of cycle-near-misses ("cnm") is not much different from the general question of cycles in the Collatz-problem. We don't have a complete solution, but at least we have upper bounds for the members of a possible cycle, for which always a solution in rational numbers is present.
Let $N$ denote the number of odd steps ($3x+1$) and $S$ the number of even steps $x/2$, which is also the "$S$"um of the exponents at $2$ in the "Syracuse"-notation, which I usually prefer in my analyses.
1) Evaluation-scheme for general cycles
For a cycle the minimal element $a_1$ (we take the minimal element as leading one) we have the upper bound from the calculation of the rational solution, when all elements $a_1,a_2,...,a_N$ are equal to some mean-value $\alpha$ : $$ 2^S= (3+\frac1{\alpha})^N \qquad \implies \qquad \alpha = {1 \over 2^{S/N}-3} \qquad \implies \qquad a_1 \lt \alpha \tag 1$$ and so we do not need to search for arbitrary large elements $a_k$ to check whether a cycle of a certain length $N$ is possible.
Now the approximation of $2^{S/N}$ to $3$ is much jittering with increasing $N$ and might go near to zero so the "mean"-value $\alpha$ might go to very large values. However, there are bounds for the nearest approximation of $2^S-3^N$ or in our formulation $2^{S/N}-3$ known, for instance given by J. Ellison or G. Rhin (which we frequently refer to here in MSE). That bounds are however weak: they allow very large $\alpha$ . I use often a conjectured sharper upper bound which I verified for $N$ up to a million digits given by $$ { 1\over c \cdot N \cdot \ln N} \lt S \ln2 - N \ln 3 \tag 2 $$ For extremely large $N$ there are peaks which need $c=10$ for the rhs to fall above the lower bounds, but for $N \lt 10^{74} $ (I've done a quick check using the first $160$ convergents of the cont.frac. of $\log_2(3)$) we need only $c=2.5$ .
From this estimate we can conclude an upper bound for $\alpha(N)$ as $$ \alpha(N) \le c \cdot N^2 \ln N \tag {2a} $$ which means, for cycles of length $N=100$ odd steps we need only check $a_1 \lt 116 \; 000$ say, for $N=1000$ we get $a_1 \lt 17\; 300\; 000$ and so on.
2) Evaluation for "cycle-near-misses"
Now your modification towards "cycle-near-misses" gives a small modification in the equation (1). We need to include the $a_1+1$ or $a_1-1$ as the near-miss of $a_1$ arriving at the following form for some new mean value $\alpha_1$: $$ 2^S= (1+\frac1{\alpha_1})\cdot (3+\frac1{\alpha_1})^N \tag 3$$ (the derivation is not difficult).
Unfortunately I couldn't do a nice closed form for the calculation, so I did numerical search. Noticing that $\alpha_1 > \alpha$, $\lim_{N \to \infty} {\alpha_1(N) \over \alpha(N)} =1$ I found that $$\alpha(N) \lt \alpha_1(N) \lt 1.6 \alpha(N) \tag 4$$
From this, the upper bound for any smallest element in a cnm can be given in terms of the length $N$ of an assumed cnm as $$a_1 \lt 1.6 \cdot 2.5 \cdot N^2 \cdot \ln(N) \tag 5$$ for $N \lt 10^{74}$ and having only exceptional cases needing $c=10$ for $N \lt 10^{10^6}$
3) Conclusion using your given data
This small calculation does not give a disproof of the existence of cycle-near-misses, but after you've tested elements $a_1 \lt 31.1 \cdot 10^9$ we get -with all that rough estimates- that no cnm with length $N \lt 27572$ can exist except that which you have found in small numbers $N$ and $a_1$.