i really suck at these problems. is there a trick or some kind of way to approach these things?
find the formula (a sub n) for the following sequences:
1. 2, 0, 2, 0, 2...
2. 1/2, 3/4, 7/8, 15/16, 31/32...
3. -1/4, 2/9, -3/16, 4/25, -5/36
sequences can be defined recursively: one or more terms are given explicitly; the remaining ones are then defined interms of their predecessors. give first 6 terms of sequence and then give nth term.
1. a1 = 1; a sub (n+1) = a sub n + 3n(n+1) + 1
2. a1 = 1; a sub (n+1) = 1/2(a sub n) + 1
i dont even know where to begin with these. please help. TIA
2006-10-14
12:05:33
·
5 answers
·
asked by
DoughboyFresh
2
in
Mathematics