
√7 is missing – and it took 2000 years to find the real reason why
I know that this video is not directly related to Collatz but I thought I'd post a link to it anyway because it is about mod 4 and mod 8 arithmetic and mod 8 arithmetic does have a lot of relevance to Collatz (without claiming that it is the whole story - it is not)
Of relevance is the key result that numbers of the form 4^a.(8b+7) cannot be expressed as a sum of three squares. If we restrict ourselves to odd numbers, then all odd numbers that can be expressed as (8b+7) cannot be expressed as a sum of 3 squares and all other odd numbers can be.
So, these odd numbers that admit a partitioning as a sum of 3 squares can expressed generically as:
8t+r = 8t+2s+3 = a^2+b^2+c^2 , where r=3+2s and s is in {-1,0,1}
If we subtract 3 from each side we get:
8t+2s = 2(4t+s) = (a-1)(a+1) + (b-1)(b+1) + (c-1)(c+1)
The LHS is divisible by 8 iff s = 0 and also (I think) iff a,b,c are all odd
Now, I haven't found any implications of this identity that is useful for Collatz, but I thought I would throw it out there anyway, just in case it piques someone else's interest or curiosity.