Ask Question
18 June, 03:38

Express the sequence below as a recursively - defined function:

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

+4
Answers (1)
  1. 18 June, 07:16
    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?
Get an answer to your question ✅ “Express the sequence below as a recursively - defined function: 4, 11, 25, 53, 109, ... ...” 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