Programma d’autunno Settimana 48 | 28 novembre-4 dicembre

The Fibonacci sequence is the series of numbers where each number is the sum of the two preceding numbers. For example, 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, …. Mathematically we can describe this as: xn= xn-1 + xn-2