What is a Fibonacci sequence?
A sequence of numbers where each number (after the first two) is the sum of the two preceding ones.
Start the Fibonacci sequence (starting 0, 1)
0, 1, 1, 2, 3, 5, 8, 13, 21, 34…
Find the next three numbers: 2, 3, 5, __, __, __
8, 13, 21 (Calculation: (3+5=8), (5+8=13), (8+13=21).
What are triangular numbers?
Numbers that can form an equilateral triangle pattern
List the first 5 triangular numbers.
1, 3, 6, 10, 15.