Ask a New Question
Search
If there is a recursively
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
363 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
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
592 views
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
443 views
The Fibonacci sequence, (fn) n∈N, is defined recursively as follows:
f0 = f1 = 1, fn = fn-2 + fn-1 (n ≥ 2) Demonstrate for
0 answers
asked by
Michelle
651 views
Which sequence has the given subscript notation a1=6
; an=an−1+2 when defined recursively?
1 answer
8 views
Express the sequence given below as a recursively-defined function.
3,11,27,59,123 A. u(0) = 3 u(n + 1) = u(n) + 8 for n = 0, 1,
1 answer
66 views
Express the sequence given below as a recursively-defined function.
A. u(0) = 3 u(n + 1) = u(n) + 8 for n = 0, 1, 2, ... B. u(0)
1 answer
96 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
559 views