Algorithm 3 Consider the following function F whose domain i
Algorithm
Solution
The sequence generated by F(N) is { 1,10, 37, ,98 . .. . . . .. }
So the closed form of F(N) is
(9*(3)n - 7)/2
So F(N) = . ((9*(3)n) - 7)/2 .
We can verify by putting N = . 0,1,2,3...
To get {1,10,37,......}
Thanks, let me know if there is any concern.
