Ask Question
26 November, 03:48

Express the sequence below as a recursively - defined function:

4, 11, 25, 53, 109, ...

+3
Answers (1)
  1. 26 November, 03:57
    0
    To express the sequence as recursion formula, we would do:

    t₁ = 4 tn = 2 (tn-1) + 3

    If you try to find the next number using this formula, you will get the right answer.

    Make sure to mark as brainliest.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Express the sequence below as a recursively - defined function: 4, 11, 25, 53, 109, ... ...” 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