Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 358 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 358 Bytes

The Recaman sequence

In recaman-sequence.R you will find the code to generate and plot the mysterious Recaman sequence.

For more details check my blog post.

Prerequisites

The R code makes use of the tidyverse package.

install.packages("tidyverse")