Fibonacci sequence works well below zero too. Here is the sequence   -8,5,-3,2,-1,1,0,1,1,2,3,5,8,13,…   T he sequence below zero has the same numbers as the sequence above zero,  except they follow a +-+- ... pattern.           To see the working of Reverse Fibonacci Sequence Flowchart,                                     Click here to watch on YouTube    To write the program in C,                             Click here to Watch on YouTube