Hoping to make a program which provides visualization of the Recamán Sequence
The Recamán Sequence is a fun math sequence.
The rules fo Recamán:
- Each time, you make an increasing step.
- If you can go backwards (the jump would result in a nonnegative, nontaken position), you do it. Otherwise, go forward.
Run start.py to get it started.
Pressing a key changes how the lines are rendered in relation to the axis.