1) Write the first 4 terms of each sequence whose general term is given.
i. an = 2n/n+4
ii. an = 3n/n+5
iii. an = (-1)n+1/2n-1
iv. an = (-1)n+1/2n+1
2) The sequences below are defined using recursion formulas. Write the first 4 terms of each sequence.
i. a1 = 7 and an = an-1 + 5 for n ≥ 2
ii. a1 = 12 and an = an-1 + 4 for n ≥ 2
iii. a1 = 3 and an = 4an-1 for n ≥ 2