Questions tagged [collatz-conjecture]

For questions about the iterated map $n \mapsto 3n+1$ if $n$ is odd and $n \mapsto \frac n2 $ if $n$ is even, and its generalizations.

The Collatz conjecture asserts that every positive integer, when iterated over the function:

$$ f(n) = \begin{cases} \frac n2 & \text{if $n$ is even} \\\ 3n+1 & \text{if $n$ is odd} \end{cases} $$

will eventually be transformed to the cycle $1 \to 4 \to 2 \to 1$.

For example, $7 \to 22 \to 11\ \to 34 \to 17 \to 52 \to 26 \to 13 \to 40 \to \dots \to 5 \to 16 \to \dots \to 1$.

The Collatz conjecture has been verified for $n\le 19\cdot 2^{58}$ [Mathworld].

It may be generalized in multiple ways:

  • One way is to increase the domain on which it is defined, for example to the integers or real numbers. In the former case, it is conjectured that it eventually reaches one of $4$ cycles:

    1. $1 \to 4 \to 2 \to 1$,
    2. $-1 \to -2 \to -1$,
    3. $-5 \to -14 \to -7 \to -20 \to -10 \to -5$,
    4. $−17 \to −50 \to −25 \to −74 \to −37 \to −110 \to −55 \to −164 \to −82 \to −41 \to −122 \to −61 \to −182 \to −91 \to −272 \to −136 \to −68 \to −34 → −17, $

    This is sometimes called the generalized Collatz conjecture.

  • Another way is to change the definition to something of the form $$ f(n) = \begin{cases} \frac n2 & \text{if $n$ is even} \\\ an+b & \text{if $n$ is odd} \end{cases} $$ for fixed constants $a$ and $b$.

545 questions
1
vote
1 answer

Is 993 the only example with such a property in the Collatz sequence?

Let be N an integer. $T^{(k)} (N) $ is the 3x+1 function with k the number of iterations. Starting from N=993, after 65 steps, you reach 130, which is $65\cdot 2$. Do you believe that there are infinitely many N such that: $T^{(k)} (N) =2\cdot k$?
Enzo Creti
  • 1
  • 2
  • 18
1
vote
1 answer

Collatz extensions

Because, in the basic Collatz algorithm, odds are always transformed into evens (via x=3x+1), and evens are transformed into evens with a probability of .5 (via x=x/2), there will be, on average, 2 divisions (x/4) for every multiplication (x*3). So…
1
vote
3 answers

$k$-cycles in Collatz functions

I have a couple of questions, but I need to give some quote and some reasoning before I ask. Quote from Wikipedia: A $k$-cycle is a cycle that can be partitioned into $2k$ contiguous subsequences: $k$ increasing sequences of odd numbers…
user366820
1
vote
2 answers

Find a formula for the collatz branch numbers

Context: Collatz conjecture What I call a 'branch number', is a number accessible by 2 different routes. Example : 24 is not a branch number, it can be accessed only from 48 (division by 2) 16 is a branch number, it can be accessed from 32 (divison…
toto
  • 201
1
vote
2 answers

What causes this apparent pattern in hailstone sequences?

If $e_n$ represents the set of even numbers in the hailstone sequence starting with $n$ and $o_n$ represents the set of odd numbers in the hailstone sequence starting with $n$, plotting $\displaystyle \sum_{o \in o_n}\log_2\left({3o+1} \over {o}…
1
vote
1 answer

Can there exist such a Collatz cycle that never divides by 2 more than one time between the increasing parts?

Sorry for the long title. I first of all want to say that I'm just a high school student who spent today looking into the Collatz conjecture. I, first of all, would like to know if it's known whether there exist such a cycle that never divides by…
John
  • 41
  • 6
1
vote
2 answers

Will the Collatz conjecture work for $m \cdot (n)+1$ for an odd number, where m is any odd number?

The Collatz conjecture asks you to: When '$n$' is the given number, 1) Divide $n$ by $2$ if the number is even. 2) Do $3n+1$ when the number is odd, and you will reach the series $4->2->1$. Can we generalize this as: 1) Divide $n$ by $2$ if the…
1
vote
0 answers

Extension of the collatz function to $\mathbb{C}$

The 3x+1 map is give as $$f(x) = \begin{cases} \frac{3x+1}{2} & \text{ if x odd} \\ \frac{x}{2} & \text{ else} \end{cases}$$ with domain $\mathbb{N}.$ On this wikipedia article, I found that this function can be extended to a smooth function on…
Adam
  • 3,679
0
votes
0 answers

The Collatz sequence, $\xi$ records

Consider the $3n+1$ sequence. Let be $\sigma(n)$ the Number of steps necessary to reach the maximum of the trajectory starting from an integer $n$. Let $\tau(n)$ be the Number of steps necessary to reach $1$ starting from $n$, I think that this is…
user1225681
0
votes
2 answers

Considerations on the sequences of the 3n + 1 problem

Starting from an odd number $n$, example analyzing the sequence for $\quad n=57$ $57\quad\rightarrow 172\rightarrow 86\rightarrow 43\rightarrow 130\rightarrow 65\rightarrow 196\rightarrow 98\rightarrow 49\rightarrow 148\rightarrow 74\rightarrow…
0
votes
0 answers

Collatz Conjecture Interpretation?

Another way to interpret the Collatz conjecture is to say that "playing the game" will always arrive at 2^n. The natural numbers can be rearranged into "rails" of each odd number times 2^n. I say rails because playing the game, you "slide down"…
Jack
  • 117
  • 10
0
votes
2 answers

General form for the k-th next odd number the Collatz conjecture

Let's consider only the odd positive integers in the Collatz conjecture. If the conjecture is true, they'd form a directed graph pointing to 1, which points to itself. The next odd number in the graph, the "parent", is…
scoil58
  • 27
0
votes
1 answer

Has anyone discovered this Collatz Conjecture pattern?

I noticed that there is a linear increase of +1 in the stopping times of a sequence of numbers with the seeds being the sum of the previous number in the sequence added to itself. I tried this on Excel. The hailstone sequences converge to 1, as…
0
votes
0 answers

How to prove this formula at page 35 of the book The Ultimate Challenge 3x+1 problem?

I am stuck with one formula at page 35 of The Ultimate Challange the 3x+1 problem. $T^{(i)}(n)\equiv x_i(n) \pmod 2$ $x_i$ form the so called parity vector of the Collatz sequence. Example of parity vector taken from E. Rosendaal page: For n= 17 we…
Enzo Creti
  • 1
  • 2
  • 18
0
votes
0 answers

Cycles in generalized Collatz functions - is it possible to extend proof of Simons and de Weger?

I would like to know if there are cycles in some specific functions other than the Collatz function. Let's consider function: $f(x) = \frac{a}{2} \cdot x + \frac{b}{2}$ if x is odd $f(x) = \frac{x}{2}$ if x is even Of course it is easy to see that…
Tom
  • 159