integer-sequence-fibonacci The first 100001 Fibonacci numbers, one file per number. Generate the numbers To write all fibonacci numbers from the ith to the jth (included) in a given directory: python code/generate.py <i> <j> <directory> For example: python code/generate.py 0 100 sequence