Lu Pei's Collatz type conjecture
The iterates y, t(y), t(t(y)),... of Lu Pei's mapping
\[
t(x)=\left\{\begin{array}{cl}
x/3 & \mbox{ if \(x\equiv0\pmod{3}\),}\\
(4x-1)/3 & \mbox{ if \(x\equiv1\pmod{3}\),}\\
(4x+1)/3 & \mbox{ if \(x\equiv-1\pmod{3}\),}
\end{array}
\right.
\]
are printed and the number of steps taken to reach one of the integers 1 or -1 starting from a positive or negative integer is recorded.
This remarkable phenomenon was discovered by Lu Pei and communicated to Keith Matthews in November 1997.
We remark that the iterates of -x are the negative of the iterates of x, so it is enough to consider positive starting values x.
Also see a generalization to d branches.
Last modified 10th January 2011
Return to main page