Skip to main content

Timeline for Collatz's ice cream cone factory

Current License: CC BY-SA 4.0

8 events
when toggle format what by license comment
Jun 13, 2021 at 20:15 history edited ZaMoC CC BY-SA 4.0
deleted 1 character in body
Jun 13, 2021 at 19:29 comment added att 70 with Sow/Reap: Graphics@Line@Last@Reap[#//.a_/;a>1:>Last@Sow@{a,If[2∣a,a/2,3a+1]}]&
Jun 12, 2021 at 23:30 history edited ZaMoC CC BY-SA 4.0
deleted 3 characters in body
Jun 12, 2021 at 18:45 comment added att Another -1: Graphics@Line@Partition[NestWhileList[If[2∣#,#/2,3#+1]&,#,#>1&],2,1]&
Jun 12, 2021 at 10:11 history edited ZaMoC CC BY-SA 4.0
added 10 characters in body
Jun 12, 2021 at 3:49 comment added att Graphics@Line@Partition[NestWhileList[If[OddQ@#,3#+1,#/2]&,#,#>1&],2,1]& for 72
Jun 11, 2021 at 22:59 history edited ZaMoC CC BY-SA 4.0
added 34 characters in body
Jun 11, 2021 at 22:53 history answered ZaMoC CC BY-SA 4.0