Ask Question
18 July, 06:16

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

+2
Answers (2)
  1. 18 July, 08:13
    0
    An=-3n+4

    use the formula

    an=a1+d (n-1)
  2. 18 July, 09:07
    0
    An = An-1 - 3. will be it's recursive function.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write a recursive function for the sequence 1,-2,-5,-8 ... ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers