SOLUTION: Write a recursive rule for the sequence : find the next two terms. 1,4,4,16,64...... I know they are multiplying a1xa2 then a2xa3 etc thus next two numbers are 1024 and 65536. Bu

Algebra.Com
Question 1066918: Write a recursive rule for the sequence : find the next two terms.
1,4,4,16,64......
I know they are multiplying a1xa2 then a2xa3 etc thus next two numbers are 1024 and 65536. But don't understand how to write the rule for this?

Answer by rothauserc(4718)   (Show Source): You can put this solution on YOUR website!
let a(0) = 1 and a(1) = 4, then
:
a(n) = a(n-1) * a(n-2)
:

RELATED QUESTIONS

write a recursive rule for the sequence 1, 1/2, 1/2, 3/4, 3/2,... (answered by Edwin McCravy)
Find a recursive rule for the sequence 1, 4, 9, 22, (answered by tommyt3rd)
I dont know how to write a recursive rule for the... (answered by solver91311)
Write a recursive formula for the sequence 8, 10, 12, 14, 16... Then find the next... (answered by jim_thompson5910)
What is the sum of the geometric sequence 4, 16, 64, … if there are 8 terms? I think I (answered by richwmiller)
Is the formula {{{ a[n]=-4n(n-1) }}} explicit or recursive? Find the first five terms of... (answered by jim_thompson5910)
Is the formula an = −4n(n − 1) is explicit or recursive? Find the first five terms of (answered by ikleyn)
Write a recursive formula for the sequence 15,26,48,92,180,.......Then find the next... (answered by stanbon)
Consider the sequence 8, 6, 3, –1, –6, ... a. Find the next two terms of the... (answered by htmentor)