SOLUTION: How would i write the recursive and explicit formula for this sequence:
2, 1/2, 1/4, 1/8, ....
I think the explicit formula is something like a[n]= 1/2n
Algebra ->
Sequences-and-series
-> SOLUTION: How would i write the recursive and explicit formula for this sequence:
2, 1/2, 1/4, 1/8, ....
I think the explicit formula is something like a[n]= 1/2n
Log On
Question 847701: How would i write the recursive and explicit formula for this sequence:
2, 1/2, 1/4, 1/8, ....
I think the explicit formula is something like a[n]= 1/2n Found 2 solutions by jim_thompson5910, swincher4391:Answer by jim_thompson5910(35256) (Show Source):
This effectively says: "To get the next nth term (), you have to multiply the previous term () by . This means that to get the 10th term, you have to know the 9th term. To know the 9th term, you need the 8th, etc etc. So the recursive method is a lot of work if n is a large integer.