Let a 1 = 2 , a 2 = 3 , a 3 = 7 , and a n = 1 + a 1 × a 2 × ⋯ × a n − 1 for n ≥ 4 . Find n = 1 ∑ ∞ a n 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.
Used the same trick, but it took a while to get it. Nice!
From the first few a n , we can see that S n = i = 1 ∑ n a i 1 = a n ( a n − 1 ) a n ( a n − 1 ) − 1 . Let us proof that the claim is true for all n ≥ 1 by induction.
Step 1:
For n = 1 , S 1 = a 1 ( a 1 − 1 ) a 1 ( a 1 − 1 ) − 1 = 2 ( 2 − 1 ) 2 ( 2 − 1 ) − 1 = 2 1 = a 1 1 as given. Therefore, the claim is true for n = 1 .
Now, from a n = 1 + i = 1 ∏ n − 1 a i ⟹ a n + 1 = 1 + i = 1 ∏ n a i = 1 + a n i = 1 ∏ n − 1 a i = 1 + a n ( a n − 1 )
Step 2:
Assuming the claim is true for n , then we have:
S n + 1 = S n + a n + 1 1 = a n ( a n − 1 ) a n ( a n − 1 ) − 1 + a n + 1 1 = a n + 1 − 1 a n + 1 − 2 + a n + 1 1 = a n + 1 ( a n + 1 − 1 ) a n + 1 2 − 2 a n + 1 + a n + 1 − 1 = a n + 1 ( a n + 1 − 1 ) a n + 1 ( a n + 1 − 1 ) − 1
Therefore, the claim is also true for n + 1 and hence true for all n ≥ 1 .
Now, we have:
n → ∞ lim S n = n → ∞ lim a n ( a n − 1 ) a n ( a n − 1 ) − 1 = n → ∞ lim ( 1 − a n ( a n − 1 ) 1 ) = 1 As n → ∞ , a n → ∞
This is one of my favorite sequences......It is known as Sylvester's Sequence
Problem Loading...
Note Loading...
Set Loading...
If we write A ( n ) = m = 1 ∏ n a m n ≥ 1 then the recurrence relation can be rewritten as A ( n − 1 ) 1 = A ( n ) 1 + a n 1 n ≥ 2 , and so n = 1 ∑ N a n 1 = = a 1 1 + n = 2 ∑ N ( A ( n − 1 ) 1 − A ( n ) 1 ) a 1 1 + A ( 1 ) 1 − A ( N ) 1 = a 1 2 − a 1 a 2 ⋯ a N 1 which tends to a 1 2 = 1 as N → ∞ .