Recursion is a method of defining a sequence or function in terms of previously defined values. (Example: Fibonnaci sequence).
In general, it's useful to convert a recursive definition into a closed-form definition (explicit). For example, the sequence defined recursively by and for has the explicit definition of
Here are some practice problems.
(2019 AMC 10B Q25)
How many sequences of s and s of length are there that begin with a end with a contain no two consecutive s, and contain no three consecutive s?
(2007 AMC 12A Q25)
Call a set of integers spacy if it contains no more than one out of any three consecutive integers. How many subsets of including the empty set, are spacy?
(2019 Australian Mathematics Competition Senior Q30)
A function defined on the set of positive integers, has and Also if is even and if is odd. What is ?