Repetitions -- Reverse Fibonocci

You remember the Fibonacci numbers? Where find the sum of consecutive counting numbers?
1 + 1 = 2. -> 2+ 1 = 3 -> 3+ 2 = 5. -> 5 + 3 = 8 etc . . .
In our profile, we tackle the sequence backward, with intervals of 8, 5, 3, 2 and 1 minute.

Read More
Coach Dru