Ask a New Question

Asked by Vic

How to write a recursive rul for sequences. ex.) 1,3,4,7,11
14 years ago

Answers

Answered by bobpursley
n= (n-1)+(n-2)
14 years ago
Answered by Reiny
looks like a variation of the Fibonacci numbers.

in this one
Term(n+2) = term(n) + term(n+1),
where term(1) = 1
term(2) = 2
n > 2
14 years ago
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions

Write a recursive formula for the sequence left-brace a subscript n baseline right-brace equals left... Write a recursive formula for the arithmetic sequence. 1 comma 13 comma 25 comma 37 comma ... Ques... Write a recursive formula for the arithmetic sequence left brace lower a subscript lower n baseline... Write a recursive formula for a, start subscript, n, end subscripta n ​ , the n, start superscr... Write a recursive formula for a, start subscript, n, end subscripta n ​ , the n, start superscr... write and execute a recursive in python to calculate a factorial Write a recursive formula for an ​, the n^th term of the sequence 8,2,−4,−10,...(1 point) an=an−... Write a recursive sequence that represents the sequence defined by the following explicit formula:... write a recursive rule for the sequnce: f(n)=1990x(1/2)^n^-1 write a recursive rule for the sequence: f(n)=3x(10)^n^-1
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use