Hi, a[1] = -1 , a[n] = -3a[n-1]+6 for n ≥ 2 Note: a[2] = 3[2-1]+6 a[3] = 3[3-1]+6 a[4] = 3[4-1]+6 Complete the Arithemetic