dankearney

↗ HN profile [ 44.8 ms ] full profile
Karma
-2
Created
March 21, 2023 (3y ago)
Submissions
0
  1. As you traverse from one number (n0) to another (n1), n1 is either n0/2 or (3 n0 + 1). For a cycle to exist, the product of all of the increases must equal the decreases — you need to wind up exactly where you started.…