Posted by: Gary Ernest Davis on: May 3, 2013
I know, the programming language Python is named for Monty Python, but I think the picture is funny. She’s certainly got control of that snake!
Posted by: Gary Ernest Davis on: April 17, 2013
Jim Tanton
Inspired by Jim’s question I asked myself what happens for 3 integers. This led to the following simple dynamical system:
Given a triple of integers (not necessarily positive) replace this triple by
unless , in which case leave as .
This gives us a dynamical system on the lattice of integer triples.
The orbit of a triple consists of all triples obtainable from  by the above scheme.
For example, the orbit of is
Whereas, the orbit of leads, in 22 steps, to the 2-cycle
The starting point leads to a 6-cycle in just 1 step.
The orbit of has length 57 , ending in a 6-cycle.
Have fun!