Have you ever heard of the Fibonacci numbers? That's a sequence of numbers where every number is the sum of the previous two numbers.

Sweet! With for loops, it's easy to create all sorts of sequences like the Fibonacci numbers.

Whoops! Wasn't the sequence the sum of the previous two numbers?