Ask Question
18 February, 09:05

Write a recursive function for the sequence 1,-2,-5,-8 ...

+1
Answers (2)
  1. 18 February, 09:09
    0
    An = An-1 - 3. will be it's recursive function.
  2. 18 February, 09:29
    0
    An=-3n+4

    use the formula

    an=a1+d (n-1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a recursive function for the sequence 1,-2,-5,-8 ... ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers