The Fibonacci Numbers are a sequence of numbers.
0, 1, 1, 2, 3, 5, 8 ...
You calculate the next number by adding the two previous numbers.
Here is a Fibonacci Number Generator. After about term ~1450 the numbers become to large for the program. You can always stop the program and look back onto the numbers with the scroll bar.