1 9 ! 1 + 3 ! 1 7 ! 1 + 5 ! 1 5 ! 1 + …
Find the sum of the first 1 0 terms of the series above.
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.
If we take the expression given and multiply by 2 0 ! , we get ∑ k = 1 1 0 ( 2 k − 1 2 0 ) ,
i.e. you are getting the total number of subsets of a set with twenty elements that have an odd number of elements.
Now 2 2 0 is the total number of subsets of a set with 2 0 elements, and exactly half of them have an odd number of elements. (An obvious fact for n odd, and a proof by induction is pretty straightforward.)
So 2 1 9 is the total number of subsets of a set with 2 0 that themselves have an odd number of elements. I.e.,
2 1 9 = ∑ k = 1 1 0 ( 2 k − 1 2 0 ) . Divide by 2 0 ! to get the identity above.
Great explanation! I posted a bit mechanical one, but your one explains just about everything.
S = 2 0 ! 1 { 1 ! 1 9 ! 2 0 ! + 3 ! 1 7 ! 2 0 ! + 5 ! 1 5 ! 2 0 ! + ⋯ + 1 9 ! 1 ! 2 0 ! } = 2 0 ! 1 { ( 1 2 0 ) + ( 3 2 0 ) + ( 5 2 0 ) + ⋯ + ( 1 9 2 0 ) } = 2 0 ! 1 ( 2 2 0 − 1 ) = 2 0 ! 2 1 9
Problem Loading...
Note Loading...
Set Loading...
By binomial theorem , we have
( 1 + x ) 2 0 ( 1 − x ) 2 0 ( 1 + x ) 2 0 − ( 1 − x ) 2 0 = x 2 0 + 1 ! 1 9 ! 2 0 ! x 1 9 + 2 ! 1 8 ! 2 0 ! x 1 8 + ⋯ + 1 8 ! 2 ! 2 0 ! x 2 + 1 9 ! 1 ! 2 0 ! x + 1 = x 2 0 − 1 ! 1 9 ! 2 0 ! x 1 9 + 2 ! 1 8 ! 2 0 ! x 1 8 − ⋯ + 1 8 ! 2 ! 2 0 ! x 2 − 1 9 ! 1 ! 2 0 ! x + 1 = 2 ( 1 ! 1 9 ! 2 0 ! x 1 9 + 3 ! 1 7 ! 2 0 ! x 1 7 + ⋯ + 1 7 ! 2 ! 2 0 ! x 3 + 1 9 ! 1 ! 2 0 ! x )
Now putting x = 1 and divide both sides by 2 ⋅ 2 0 ! :
1 ! 1 9 ! 1 + 3 ! 1 7 ! 1 + 5 ! 1 5 ! 1 + ⋯ + 1 9 ! 1 ! 1 = 2 0 ! 2 1 9