made a couple slight changes from the 100 fib line to 89, and from 200 fib line to 144
Starting with 0 and 1, each new number in the sequence is simply the sum of the two before it.
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377 . . .
in our case 8,13,21,55,89,144 enjoy.