k = 3 ∑ ∞ ⌊ 2 k ⌋ ! k = A e − B
The equation above holds true for positive integers A and B . Find A + B .
Notation: e ≈ 2 . 7 1 8 denotes the Euler's number .
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.
Nice! One question though: how does k = 0 ∑ ∞ k ! 1 = k = 0 ∑ ∞ k ! k ?
Log in to reply
You can go as I did, differentiating. Or, you can begin changing the beginning of the second sum to k = 1 , since the term for k = 0 is 0 . Then, recall that k ! = k ( k − 1 ) ! . This will leave you with ∑ k = 1 ∞ ( k − 1 ) ! 1 . Make n = k − 1 and it becomes the first sum.
Log in to reply
Yes, that's exactly how I thought about it: algebraically. Then shouldn't k = 0 ∑ ∞ k ! 1 = k = 1 ∑ ∞ ( k − 1 ) ! 1 ? Since you subtracted one from a n , you should add one to the index.
Log in to reply
@Zach Abueg – Hint: To get to the RHS, it seems like we want to multiply by k k . Remember that k k = 1 except when ....
Log in to reply
@Calvin Lin – Except when k = 0 ! That enlightens it, I realize my mistake now. Thanks!
Log in to reply
@Zach Abueg – Right. The term k ! k when k = 0 is equal to 0. So we're "adding 0 in a very creative way".
S = k = 3 ∑ ∞ ⌊ 2 k ⌋ ! k = 1 ! 3 + 2 ! 4 + 2 ! 5 + 3 ! 6 + 3 ! 7 + 4 ! 8 + ⋯ = k = 1 ∑ ∞ k ! 2 k + 1 + k = 2 ∑ ∞ k ! 2 k = 2 k = 1 ∑ ∞ ( k − 1 ) ! 1 + k = 1 ∑ ∞ k ! 1 + 2 k = 2 ∑ ∞ ( k − 1 ) ! 1 = 2 k = 0 ∑ ∞ k ! 1 + k = 0 ∑ ∞ k ! 1 − 1 + 2 ( k = 0 ∑ ∞ k ! 1 − 1 ) = 5 k = 0 ∑ ∞ k ! 1 − 3 = 5 e − 3
⟹ A + B = 5 + 3 = 8
Problem Loading...
Note Loading...
Set Loading...
First of all recall that:
e x = k = 0 ∑ ∞ k ! x k
Differentiating with respect to x and multiplying by x :
x e x = k = 0 ∑ ∞ k ! k x k
Making x = 1 on both equations:
e = k = 0 ∑ ∞ k ! 1 = k = 0 ∑ ∞ k ! k
Now, to the problem:
S = k = 3 ∑ ∞ ⌊ 2 k ⌋ ! k
S = 3 + 2 ! 4 + 2 ! 5 + 3 ! 6 + 3 ! 7 + . . .
S = 3 + k = 2 ∑ ∞ k ! 2 k + 2 k + 1
S = 3 + 4 k = 2 ∑ ∞ k ! k + k = 2 ∑ ∞ k ! 1
S = 3 + 4 ⎣ ⎡ k = 0 ∑ ∞ k ! k − 1 ⎦ ⎤ + ⎣ ⎡ k = 0 ∑ ∞ k ! 1 − 2 ⎦ ⎤
S = 3 + 4 ( e − 1 ) + ( e − 2 )
S = 5 e − 3
Thus:
A = 5 , B = 3 , A + B = 8