0%
0 / 15 answered

Sequences as Functions and Recursion Practice Test

15 Questions
Question
1 / 15
Q1

A sequence can be viewed as a discrete function whose domain is the positive integers. For the Fibonacci sequence defined by $f(1)=f(2)=1$ and $f(n)=f(n-1)+f(n-2)$ for $n\ge 3$, find $f(7)$.

Question Navigator