Skip to content

Example code for dealing with subprime Fibonacci sequences

Notifications You must be signed in to change notification settings

JulianSlzr/subprime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

subprime

This repository will host sample code for manipulating subprime Fibonacci sequences, as described in Conway's subprime Fibonacci sequences, Mathematics Magazine, Dec. 2014.

Right now, the code is only available in Python. Running

python cyclegen.py N

will enumerate the cycles reached by starting terms 1 <= a, b <= N, and

python cyclegen.py a b

will print the sequence generated by a, b starting from the first node, and trivial otherwise.

About

Example code for dealing with subprime Fibonacci sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages