Recursive Sequences:
find a formula for:
1,1,2,3,5,8,13,21
It looks like the Fibonacci sequence. Take the first two numbers and add them to get the 3rd. take the 2nd and third to get the fourth...etc.
yeah, but how would i write that into a formula?
1 answer
What is the rule?