Skip to content

An analysis of the Collatz Conjecture using visual data representation in various forms.

Notifications You must be signed in to change notification settings

chiStudios/collatz_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

collatz_analysis

The purpose of this repository is to analyze and visualize patterns within the collatz conjecture, a mathematical conjecture that has never been proven.

Research Questions:

  1. what causes repeating '4, 2, 1' leading digit and how frequently does this pattern occur.
  2. Are there any patterns in terms of input numbers(x) grouped by iteration #.
  3. Use functools cache to do path matching on different integer values Eg. Which integer inputs eventually match the pattern [3, 10, 5, 16, 8, 4, 2, 1]; How many unique paths can we find?

About

An analysis of the Collatz Conjecture using visual data representation in various forms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages