press the green flag and enter the term of the Fibonacci sequence you want NB. it wont work for large numbers as scratch just says infinity
The Fibonacci sequence is a sequence found in nature that 'discovered by Fibonacci. it adds the previous 2 terms to create the next.it starts like this:0,1,1,2,3,5,8,13,21 so you can see 1+1=2 and 8+13=21.this project however uses a formula to do it click see inside to see it. A simple way of calculating Fibonacci numbers is to times the term number by PHI.