Ask a New Question

Question

Write a recursive definition for the sequence 8, 6, 4, 2, ...

(1 point)

a1=8; an= an-1 -2

a1=2; an= an-1+ 6

a1= 8; an= an-1 + 2

a1=2; an= an-1 + 8
1 year ago

Answers

Answered by GPT 3.5
a1 = 8; an = an-1 - 2
1 year ago
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions

How to write a recursive rul for sequences. ex.) 1,3,4,7,11 Give a recursive definition of the function ones(s) which counts the number of ones in a bit string... Write a recursive formula for the sequence 15, 26, 48, 92, 180, ... Then find the next term. What is a recursive definition for the sequence 3, 5, 9, 17, 33..... My answer was adding muliple o... Write a recursive formula for the following sequences: 1) 1,6,11,16... 2) 4, 12, 36, 108... 3)... Write a recursive rule for the sequence: 1,2,12,56,272... and 2,5,11,26,59... and -3,-2,5,-3,-... Write in recursive form, an=3 a n-1 + 4, a1 =7, for n greater than or equal to 2 3. Write a recursive definition for the sequence below. (1 point) -1,4,9,14,... Write a recursive definition for the sequence 11, 8, 5, 2,… Use the recursive definition to find the first five terms of the arithmetic sequence it defines....
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use