A Quick Introduction
The 3n + 1 Problem
A transformation
This is about the transformation (or function) which takes a given positive integer and produces another as follows:
It is sometimes called the Syracuse transformation.
Iteration
One may pick a positive integer as starting point, apply the Syracuse transformation, then apply it again to the result, apply it yet again to the result of that, and so on, to see what eventually happens.
Here is a table of examples:
|
An open question
Since the 1930s it has been an open question whether for any starting point the sequence generated will eventually reach .
There is a conjecture that every such sequence will eventually reach . It is known by various names, including the “3n + 1 Conjecture”, the “Collatz Conjecture”, the “Syracuse Conjecture”, and others. More information may be found at Wikipedia, https://en.wikipedia.org/wiki/Collatz_conjecture.