Ask a New Question
Search
Calculate R(4) where the recursively
Calculate R(4) where the recursively defined sequence
R is given by: R(1) = 2, R(2) = 3, and, R(n) = R(n − 1) + 2R(n − 2) +
0 answers
asked by
Ashley Everette
440 views
need to solve the first five terms recursively. Can do the other four once I get the first one.
a[n]=a[n-1]/2 and a[1]=-8
0 answers
asked by
Ken
362 views
A sequence is defined recursively using the equation . If f(1)=100, what is f(6)?
1 answer
asked by
Anonymous
348 views
Define the number sequence {5n}
n1 = {3,6,9,12,15, … ) recursively�
1 answer
asked by
Anonymous
591 views
A sequence is defined recursively using the equation . If f(1)=100, what is f(6)?
52 60 68 92
1 answer
12 views
Write out the first 4 terms of the following sequence that is define recursively.
a1=32 ak+1=1/2ak
0 answers
asked by
Gigi
1,034 views
A sequence is recursively defined by, t1=1, t2=2, t2n=2t2n-2, and t2n+1=3t2n-1
2 answers
asked by
Wallis ramsdell
491 views
Find the first five terms of the given recursively defined sequence.
an = 3an − 1 + 6 and a1 = 1 a1= a2= a3= a4= a5=
2 answers
asked by
Fay
2,240 views
what is the first five terms of the the following recursively defined sequence with the steps please. a=1;=3a
1 answer
asked by
mikey
556 views
Which sequence has the given subscript notation a1=6
; an=an−1+2 when defined recursively?
1 answer
8 views