The numbers 1...m are evenly placed around the circle. The Fibonacci sequence is placed around the circle mod m with the lines connecting consecutive numbers.in the sequence. For example, when m=5 1,1,2,3,5,8, 13 ... becomes 1, 1, 2, 3, 0, 3, 3, ... It is is this second sequence that is places around the circle. It turns out this will eventually repeat. Press up up down to change the modulus by 1. Press the question mark to enter a modulus. Click the draw quick to skip the animation. Some numbers to try are powers of 5 and their multiples. Also try the Fibbonacci numbers themselves for the modulus. Using m as the Lucas umbers is also interesting (just like the Fibbonacci sequences but it starts 1, 3, 4, 7, 11,...)
The Fibonacci sequence is 1, 1, 2, 3, 5, 8, ... each new number is the sum of the two previous numbers. The numbers 1 to m (the modulus) are placed evenly around the circle.(starting on the right). The Fibonacci numbers mod m are then placed on the circle in order. This project is inspired by the video https://www.youtube.com/watch?v=o1eLKODSCqw For more info about the Fibonacci numbers https://en.wikipedia.org/wiki/Fibonacci_number