gonna be the penultimate math-related project for now because I don't want to resemble a math teacher Anyways, the Fibonacci sequence is a popular sequence that follows the rule of the nth term being the sum of the 2 previous terms of n, with the first 2 terms being 0 and 1. The sequence starts off like this: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144... This project can use its algorithm to generate the Fibonacci sequence to a certain term which is defined by the user, from 3 to 1477. 1477 is the maximum number because when you go above it, Scratch will automatically put "Infinity" instead of whatever number follows. https://en.wikipedia.org/wiki/Fibonacci_number