Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 449 Bytes

File metadata and controls

13 lines (9 loc) · 449 Bytes

recamanVisual

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:

  1. Each time, you make an increasing step.
  2. 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.