I'm having difficulties with a problem in which we are given an initial value and a recursive formula for computing any other values, and we need to find a closed form of the sequence (that is, a single formula that will give the nth number in the sequence).
I am given:
\(\displaystyle \\
b(1) = 1\\
b(n>1) = \sum\limits_{i=1}^{n-1} b_{i}\)
Using this given information, I have found that:
\(\displaystyle b_1 = 1\\b_2=1\\b_3=2\\b_4=4\\b_5=8\\b_6=16\\b_7=32\\\)
Now, 2 things scream out to me. The two ones in the beginning tell me it may be a variation of the fibonacci sequence, of which I might be able to manipulate the closed form of into the above. The second thing is the 1,2,4,8,16,... screams out to me 2<sup>n-1</sup>, but I can't figure out how to get the double 1's in the beginning.
Any help appreciated.
-Daon
I am given:
\(\displaystyle \\
b(1) = 1\\
b(n>1) = \sum\limits_{i=1}^{n-1} b_{i}\)
Using this given information, I have found that:
\(\displaystyle b_1 = 1\\b_2=1\\b_3=2\\b_4=4\\b_5=8\\b_6=16\\b_7=32\\\)
Now, 2 things scream out to me. The two ones in the beginning tell me it may be a variation of the fibonacci sequence, of which I might be able to manipulate the closed form of into the above. The second thing is the 1,2,4,8,16,... screams out to me 2<sup>n-1</sup>, but I can't figure out how to get the double 1's in the beginning.
Any help appreciated.
-Daon