Ask a New Question
Search
Asked by
megan
for each sequence, write a recursive formula
-25, -12, 1, 14, 27
Answers
Answers
Answered by
oobleck
a_1 = -25
a_n+1 = a_n + 13
Related Questions
Related
Using the sequence below, write out a formula for the balance in the account n years after December...
For each sequence, write the next four terms 1. 36,12,4,4/3... I know that the pattern in that th...
In “Hanging Fire,” the recurring line “and momma’s in the bedroom with the door closed” creates the...
In “Hanging Fire,” the recurring line “and momma’s in the bedroom with the door closed” creates the...
Computational Thinking and Recursion Quick Check 1 of 51 of 5 Items Question What process locates a...
Computational Thinking and Recursion Quick Check 2 of 52 of 5 Items Question What is an example of a...
Computational Thinking and Recursion Quick Check 3 of 53 of 5 Items Question How do we generally alt...
Computational Thinking and Recursion Quick Check 4 of 54 of 5 Items Question When performing a recur...
Computational Thinking and Recursion Quick Check 5 of 55 of 5 Items Question The following code is f...
Explain the algorithm in a recursive function.