Fibonacci


Generate a Fibonacci Sequence and output the numbers within the list. The Fibonacci Sequence is a series of numbers where the next number is found by adding up the two numbers before it.