To Define The Famous Fibonacci Sequence Using Notation ..
To Define The Famous Fibonacci Sequence Using Notation ..
notation ...
1
2
What are the first five terms of this
sequences?
t(1) = 5
t(n) = t(n 1) + 2 for n >= 2
t(1) = 3
t(n) = 2*t(n 1) for n >= 2