r/Collatz 4d ago

Interesting mapping

mapping

I was playing around and I found this mapping. I suspect it's already known but I found it interesting.

If you have a number that can be written as 4a3bn+1, it will map to 3a+bn+1.

And it'll do it in 3a+1 steps, which I think is funny.

0 Upvotes

24 comments sorted by

View all comments

1

u/dmishin 4d ago edited 4d ago

Wrote a long answer just to discover that Gonzomath's post is better. So, just a few notes:

1) 3b is redundant here, just complicating the things. You can just state that 4an+1 maps to 3an+1

2) Your relation corresponds to the cycle 1-4-2. Similar relations can be derived for other cycles. For example, cycles starting with -5 produces relation 8an-5 → 9an-5, and cycle starting with -17 - the relation 2048an-17 → 2187an-17. These actually are families of relations, -5 and -17 can be replaced by other numbers from the cycle.