Consider the sequence { a n } such that a n = n 2 ( n + 1 ) a n − 1 with a 1 = 2
What is the value of a 1 + a 2 + a 3 + ⋯ + a 2 0 1 7 a 2 0 1 6 = ?
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.
Thank you for sharing your solution. Very Nice.
Nice! In fact it's 1/4 for every a (n-1)/ sum from a 1 to a_n.
Notice that sum(a k) is just a sum of an arithmetic-geometric progression , so it's useful to know that formula by heart.
Log in to reply
Yes, this is the second time you tell me so. I will do that the next round. Thanks
Log in to reply
Actually, you still have to prove by induction that a(n) = 2^(n-1) * (n+1).
Log in to reply
@Pi Han Goh – OK. I thought it was tough but no. I will change the solution. Thanks.
Log in to reply
@Chew-Seong Cheong – Instead of trying to prove that a(k) = (that form) , how about you try to prove that (a1 + a2 + ... + a(k)) = 4a(k-1) ? (which is certainly much easier to prove)
Log in to reply
@Pi Han Goh – I tried. Maybe I will try again.
@Pi Han Goh – You are right. I was looking at it in a complex way.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Linear Recurrence Relations
From the first few terms of a n , it seems we can claim that k = 1 ∑ n a k = 4 a n − 1 . Let prove by induction that the claim is true for all n ∈ N .
Proof:
For n = 2 , we have k = 1 ∑ 2 a k = a 1 + a 2 = a 1 + 2 2 ( 2 + 1 ) a 1 = 4 a 1 Therefore, the claim is true for n = 2 .
Assuming that the claim is true for n , then we have:
k = 1 ∑ n + 1 a k = k = 1 ∑ n a k + a n + 1 = 4 a n − 1 + n + 1 2 ( n + 2 ) a n = 2 ( n + 1 ) 4 n a n + n + 1 2 ( n + 2 ) a n = 2 ( n + 1 ) 4 n + 4 n + 8 a n = 4 a ( n + 1 ) − 1
Therefore, the claim is true for n + 1 and hence true for all n ∈ N . □
⟹ a 1 + a 2 + a 3 + ⋯ + a 2 0 1 7 a 2 0 1 6 = ∑ k = 1 2 0 1 7 a k a 2 0 1 6 = 4 a 2 0 1 6 a 2 0 1 6 = 4 1