Introduction - If you have any usage issues, please Google them yourself
4-order Fibonacci sequence is as follows: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+ fi 2+ fi-3+ fi-4,
With size k = 4 circular queue, construction sequence, the first n+1 (of f0, f1, f2, ... fn), required to meet the fn ≤ 200 while the fn+1> 200.