pub fn collatz_orbit(x0: u32) -> Vec<u32>
assert_eq!( binius_circuits::collatz::collatz_orbit(5), vec![5, 16, 8, 4, 2] )