Skip to content

Instantly share code, notes, and snippets.

@sguzman
Last active July 4, 2020 02:20
Show Gist options
  • Save sguzman/e1b34ee299a76d09f02b0a6b15a9529e to your computer and use it in GitHub Desktop.
Save sguzman/e1b34ee299a76d09f02b0a6b15a9529e to your computer and use it in GitHub Desktop.
This completely accounts for all occurrences of odd integers appearing in all collatz sequences.
# First Draft
{{e, o, e, o, e} :> C[1], {e, o, e} :> C[2], {e, o, e, o, e, o} :> C[3]}
# More concise story
{{e,o} :> C[1]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment