Number Sequences
Where the numbers play!
Geometric Sequence
Double the previous term, double the previous term, double the previous term... (1, 2, 4, 8, 16, ...)
Get geometricFibonacci Sequence
Add the last two numbers, add the last two numbers, add the last two numbers... (1, 1, 2, 3, 5, ...)
Fib to it