Select the function that defines the given sequence. -11,-8,-5,-2,1,.... A. f(1)=-11 f(n) = f(n+1) + 3; for n = 2,3,4,.... B. f(1)=-11 f(n) = f(n-1) -3; for n = 2,3,4,.... C. f(1)=-11 f(n) = f(n-1) + 3; for n = 2,3,4,.... D. f(1)=-11 f(n) = f(n+1) - 3; for n = 2,3,4,....