Skip to content

WGUNDERWOOD/goodstein-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

goodstein-calculator

Python script for calculating Goodstein sequences

Dependencies

  • Python 3

Usage

python3 goodstein_calculator.py INITIAL_VALUE SEQUENCE_LENGTH --colorize

Notes

  • For initial values of 3 or less, the Goodstein sequence rapidly converges to zero and terminates.
  • For initial values of 4 or above, you will never see the sequence hit zero in any simulation.
  • However it can be proven (as on my blog) that all Goodstein sequences eventually terminate at zero.

About

Python script for calculating Goodstein sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages