A generator for the not-so-famous "Don't Know" sequence.
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
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)