The Fibonacci sequence is defined as follows: F0 = 0, F1 = 1 and for n larger than 1, FN+1 = FN + FN-1. Set up a spreadsheet to compute the Fibonacci sequence. Show that for large N, the ratio of successive Fibonacci numbers approaches the Golden Ratio (1.61).