A bunch of Collatz Conjecture number series plotted

Lees in het Nederlands 🇳🇱

The Collatz Conjecture is an unsolved problem in mathematics. This JavaScript applet is an accompaniment to our post The Collatz Conjecture, where you can read more about the Conjecture. This applet calculates a series of Collatz sequences. If you enter, for example, 10000, it will calculate the Collatz values starting at 10000 (until it reaches the value of 1). It will then calculate the Collatz values starting at 9999. And then 9998, and so on. Lastly, it will plot all the sequences at once down below. Mind you, if you click on OK, it might take a while!

Enter a positive integer (a positive whole number):

This is just a side project for the author to teach himself some JavaScript programming. Do have a look at our main website for some more maths and physics.

(C) 2020 KJ Runia

Back