1 2 ( 1 + 2 ) 2 1 + 1 + 2 2 ( 2 + 2 ) 2 2 + 1 + 3 2 ( 3 + 2 ) 2 3 + 1 + … = B A
Find A + B where A and B are coprime positive integers.
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.
Same method, upvoted!!!
General term is => (n+1)/{ n^2 * (n+2)^2 } which is same as => { 1/n^2 - 1/(n+2)^2 } * (1/4)
For k = 1 to ... only two terms remains which do not get cancelled by any other.. ={ 1/1 + 1/4 } * 1/4 =5/16
so A+B = 21
Good observation of the telescoping series.
Yes...you done it...great job! Tanks for your answer.
Log in to reply
Ben, the ∑ k = 1 ∞ in front of the expression is unnecessary.
Problem Loading...
Note Loading...
Set Loading...
The sum S is:
S = k = 1 ∑ ∞ k 2 ( k + 2 ) 2 k + 1 [ We note that k 2 1 − ( k + 2 ) 2 1 = k 2 ( k + 2 ) 2 4 ( k + 1 ) ] = 4 1 k = 1 ∑ ∞ ( k 2 1 − ( k + 2 ) 2 1 ) = 4 1 ( k = 1 ∑ ∞ k 2 1 − k = 1 ∑ ∞ ( k + 2 ) 2 1 ) = 4 1 ( k = 1 ∑ ∞ k 2 1 − k = 3 ∑ ∞ k 2 1 ) = 4 1 ( 1 2 1 + 2 2 1 ) = 4 1 ( 1 + 4 1 ) = 1 6 5
⇒ A + B = 5 + 1 6 = 2 1 .