Last active
July 4, 2020 02:20
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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