STATUS
proposed
approved
proposed
approved
editing
proposed
B. Hayes, Computer Recreations: On the ups and downs of hailstone numbers, Scientific American, 250 (No. 1, 1984), pp. 10-16.
Brian Hayes, <a href="https://www.jstor.org/stable/24969271">Computer Recreations: On the ups and downs of hailstone numbers</a>, Scientific American, 250 (No. 1, 1984), pp. 10-16.
approved
editing
proposed
approved
editing
proposed
Positions of records in A006667. - Sean A. Irvine, Jul 22 2020
approved
editing
proposed
approved
editing
proposed
A033958 := proc(n) local a, L; L := 0; a := n; while a <> 1 do if a mod 2 = 0 then a := a/2; else a := 3*a+1; L := L+1; fi; od: RETURN(L); end;
proposed
editing
editing
proposed