Skip to content

A generator for the not-so-famous "Don't Know" sequence.

Notifications You must be signed in to change notification settings

trbouwens/VanEck.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

VanEck.py

A generator for the not-so-famous "Don't Know" sequence.

ABOUT

Info about the sequence can be found at the following:
OEIS
WIKIPEDIA
YOUTUBE (Numberphile)

The Program here has two versions, one which runs on Python2 and one which will run on Python3 (still in the works) as of now (7/22) VanEck.py is the default version and works with Python2

USAGE:

  VanEck.py -l -s -h -n <x>
    -l   : prints the VanEck Sequence generated
    -s   : prints integers seen at any point in the sequence
    -i   : prints info about the sequence at the end
    -h   : prints this help message
  -n <x> : used to set program to gen x of places to generate in the sequence (Default 10)

About

A generator for the not-so-famous "Don't Know" sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages