Python library for the analysis of the Collatz problem, providing notebooks, scripts and common modules.
-
Updated
May 16, 2025 - Python
Python library for the analysis of the Collatz problem, providing notebooks, scripts and common modules.
An interactive python based program for hailstone sequence calculation, the numbers that increase and decrease but eventually settles into a repeating pattern of the numbers 4, 2, 1. The sequence is generated by starting with any positive whole number greater than zero. Also plot graphs which reveals the true beauty of conjecture
Python Collatz Conjecture Calculator
A program to encrypt a numeric payload as a sequence of transformations linking it to a numeric key.
Paul Erdos: "Mathematics is not yet ready for such problems"
Simple encryption, decryption, encoding and decoding CLI tool written in Python.
A visualisation of the Collatz Conjecture, made using Python
The Collatz Conjecture | 3N + 1
A calculator to test numbers against the collatz conjecture
Python script to find numbers that are "closest" to being a counter example to the collatz conjecture
A computational service and API for exploring and understanding the Collatz Conjecture. Continuously calculates Collatz sequences from any given number and stores results in a SQLite database for querying and analysis.
Research based around a simple yet fascinating repetitive piecewise function.
This is an artistic Python program of the Collatz Conjecture: one of the most famous unsolved math equations. Basically if X is even, divide by two, if X is odd, multiply by three and add one. Continue doing this until X reaches a steady state. Is there more then one steady state? *Needs Python Turtle Library
My first project on the Collatz Conjecture!
Scripts for collatz conjeture writed on python
C++ and Python programs to analyse the Collatz conjecture.
Este proyecto implementa un analizador interactivo para la Conjetura de Collatz
A graphic that visualize Collatz sequence. The Collatz conjecture is a conjecture in mathematics that concerns sequences defined as follows: start with any positive integer n. Then each term is obtained from the previous term as follows: if the previous term is even, the next term is one half of the previous term.
A list of practical projects that anyone can solve in any programming language. These projects are divided in multiple categories.
Add a description, image, and links to the collatz-conjecture topic page so that developers can more easily learn about it.
To associate your repository with the collatz-conjecture topic, visit your repo's landing page and select "manage topics."