The Fibonacci Sequence is a sequence of numbers in which the last two numbers of the sequence are added, and then the sum is the next number is added at the end of the sequence. For instance, 1+1=2. So that means 3 is the next number in the sequence because 1+2=3. The next is 5, because 2+3=5. It looks like this: 1,1,2,3,5,8,13,21,34, etc.
@PlutoGameDev / @Stasik111 is the one who lectured me on Fibonacci numbers.