Provide an example for each of the following Unless otherwis
Provide an example for each of the following. Unless otherwise specified, you may represent functions using any representation from the rule of 4. There are no problems for which an ezample does not exist. Give an example of a recursive sequence which is also arithmetic.
Solution
There can be many example:
2,5,8,11,.......
First term a0=2
Recursive formula is an = an-1 +3
