a n = k = 1 ∑ n − 1 a k k = 1 ∏ n − 1 a k
If the sequence a n satisfy the recurrence relations formula as described above with a 1 = 1 . Determine the value of i = 1 ∑ 7 a i 1 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
What is the general term like? Or is this a purely computational problem? (which is why we don't think it's level 5)
Does the limit of ∑ a i exist?
Log in to reply
Nope. A general term exists.
a n = 2 ∏ k = 1 n − 1 a k + ∑ j = 1 n − 1 a j ∏ k = 1 n − 1 a k 1 .
Log in to reply
And yes, a limit exists for such a summation.
Log in to reply
@Efren Medallo – Is there a closed form for the general term? IE that it doesn't depend on the previous a i .
What is the value of the limit, and why? Can it be calculated theoretically, instead of "we find the sum of the first few terms, which gives us a close enough value"?
Problem Loading...
Note Loading...
Set Loading...
This is the crudest solution. I would like to give the opportunity to you guys to do an alternative one.
The first two numbers of the sequence would both be one. I think that can easily be seen.
for a 3 , and further, it would entail direct substitution.
That is, a 3 = 1 + 1 1 ⋅ 1 = 2 1 .
then, a 4 = 1 + 1 + 2 1 1 ⋅ 1 ⋅ 2 1 = 5 1 .
then, a 5 = 1 + 1 + 2 1 + 5 1 1 ⋅ 1 ⋅ 2 1 ⋅ 5 1 = 2 7 1 .
then, a 6 = 1 + 1 + 2 1 + 5 1 + 2 7 1 1 ⋅ 1 ⋅ 2 1 ⋅ 5 1 ⋅ 2 7 1 = 7 3 9 1 .
then a 7 = 1 + 1 + 2 1 + 5 1 + 2 7 1 + 7 3 9 1 1 ⋅ 1 ⋅ 2 1 ⋅ 5 1 ⋅ 2 7 1 ⋅ 7 3 9 1 = 5 4 6 3 9 1 1 .
And so, 1 + 1 + 2 + 5 + 2 7 + 7 3 9 + 5 4 6 3 9 1 = 5 4 7 1 6 6 . This will just be a reference to check whether your solutions are correct. :) Please don't forget to reshare this problem!