A recursive sequence is one where the next term is a specific combination of the previous terms. In this question, the recursive sequence is created where the next term is the sum of the previous two terms. This is called the Fibonacci sequences. Look at this sequence of numbers: 1, 1, 2 ,3, 5, 8, 13, 21……. Level 1-2: (a) Write down the next two numbers in this sequence