The following function defines a recursive sequence.
f(0) = -4
f(1) = 12
f(n) = -3•f(n -1) - 2•f(n - 2); for n > 1
Which of the following sequences is defined by this recursive function?
-4, 12, -28, 60, …
-4, -12, -28, -60, …
-4, 12, -18, 54, …
-4, 12, -18, -54, …
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
@campbell_st
OpenStudy (anonymous):
@superdavesuper
OpenStudy (anonymous):
@sourwing
OpenStudy (anonymous):
@SyedaLovesPie
OpenStudy (anonymous):
@Rose6
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
@johnweldon1993
OpenStudy (superdavesuper):
what are the first 2 terms? hint - the question already told u....