Prove that $binom{n}{1}^2+2binom{n}{2}^2+cdots +nbinom{n}{n}^2=nbinom{2n-1}{n-1}$
up vote
1
down vote
favorite
Prove that
$$
binom{n}{1}^2+2binom{n}{2}^2+cdots + nbinom{n}{n}^2
= n binom{2n-1}{n-1}.
$$
So
$$
sum_{k=1}^n k binom{n}{k}^2
= sum_{k=1}^n k binom{n}{k}binom{n}{k}
= sum_{k=1}^n n binom{n-1}{k-1} binom{n}{k}
= n sum_{k=0}^{n-1} frac{(n-1)!n!}{(n-k-1)!k!(n-k-1)!(k+1)!}
= n^2 sum_{k=0}^{n-1} frac{(n-1)!^2}{(n-k-1)!^2k!^2(k+1)}
=n^2 sum_{k=0}^{n-1} binom{n-1}{k}^2frac{1}{k+1}.
$$
I do not know what to do with $frac{1}{k+1}$, how to get rid of that.
discrete-mathematics binomial-coefficients
add a comment |
up vote
1
down vote
favorite
Prove that
$$
binom{n}{1}^2+2binom{n}{2}^2+cdots + nbinom{n}{n}^2
= n binom{2n-1}{n-1}.
$$
So
$$
sum_{k=1}^n k binom{n}{k}^2
= sum_{k=1}^n k binom{n}{k}binom{n}{k}
= sum_{k=1}^n n binom{n-1}{k-1} binom{n}{k}
= n sum_{k=0}^{n-1} frac{(n-1)!n!}{(n-k-1)!k!(n-k-1)!(k+1)!}
= n^2 sum_{k=0}^{n-1} frac{(n-1)!^2}{(n-k-1)!^2k!^2(k+1)}
=n^2 sum_{k=0}^{n-1} binom{n-1}{k}^2frac{1}{k+1}.
$$
I do not know what to do with $frac{1}{k+1}$, how to get rid of that.
discrete-mathematics binomial-coefficients
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Prove that
$$
binom{n}{1}^2+2binom{n}{2}^2+cdots + nbinom{n}{n}^2
= n binom{2n-1}{n-1}.
$$
So
$$
sum_{k=1}^n k binom{n}{k}^2
= sum_{k=1}^n k binom{n}{k}binom{n}{k}
= sum_{k=1}^n n binom{n-1}{k-1} binom{n}{k}
= n sum_{k=0}^{n-1} frac{(n-1)!n!}{(n-k-1)!k!(n-k-1)!(k+1)!}
= n^2 sum_{k=0}^{n-1} frac{(n-1)!^2}{(n-k-1)!^2k!^2(k+1)}
=n^2 sum_{k=0}^{n-1} binom{n-1}{k}^2frac{1}{k+1}.
$$
I do not know what to do with $frac{1}{k+1}$, how to get rid of that.
discrete-mathematics binomial-coefficients
Prove that
$$
binom{n}{1}^2+2binom{n}{2}^2+cdots + nbinom{n}{n}^2
= n binom{2n-1}{n-1}.
$$
So
$$
sum_{k=1}^n k binom{n}{k}^2
= sum_{k=1}^n k binom{n}{k}binom{n}{k}
= sum_{k=1}^n n binom{n-1}{k-1} binom{n}{k}
= n sum_{k=0}^{n-1} frac{(n-1)!n!}{(n-k-1)!k!(n-k-1)!(k+1)!}
= n^2 sum_{k=0}^{n-1} frac{(n-1)!^2}{(n-k-1)!^2k!^2(k+1)}
=n^2 sum_{k=0}^{n-1} binom{n-1}{k}^2frac{1}{k+1}.
$$
I do not know what to do with $frac{1}{k+1}$, how to get rid of that.
discrete-mathematics binomial-coefficients
discrete-mathematics binomial-coefficients
edited Nov 17 at 9:53
Viktor Glombik
489321
489321
asked Nov 17 at 8:52
Marko Škorić
69810
69810
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
up vote
2
down vote
accepted
$$sum_{k=1}^{n}kbinom{n}{k}^{2}=nsum_{k=1}^{n}binom{n-1}{k-1}binom{n}{n-k}=nsum_{k=0}^{n-1}binom{n-1}{k}binom{n}{n-k-1}=nbinom{2n-1}{n-1}$$
Applying Vandermonde's identity in third equality.
add a comment |
up vote
3
down vote
A combinatorial proof:
We have $n$ men and $n$ women and I want to choose a $n$-person committee and a committee president among those, with the condition that the president must be a woman.
One way to do that is to choose a president among the $n$ women and then choose $n-1$ committee members from the remaining $2n-1$ persons.
So that way gives $n binom{2n-1}{n-1}$ ways, the right hand side.
On the other hand I can split the count on the number of women in the committee, so there can be $i=1,2,ldots,n$ many women.
To count those for a fixed $i$, first pick the $i$ women in $binom{n}{i}$ ways, pick the president among those in $i$ ways, and then pick the men in $binom{n}{n-i} = binom{n}{i}$ ways. So for a fixed $i$ we have $i binom{n}{i}^2$ committees with $i$ women. Summing them gives us the left hand side.
add a comment |
up vote
1
down vote
We present a slight variation using formal power series and the
coefficient-of operator. Starting from
$$sum_{k=1}^n k {nchoose k}^2
= sum_{k=1}^n k {nchoose k} [z^{n-k}] (1+z)^n
\ = [z^n] (1+z)^n sum_{k=1}^n k {nchoose k} z^k
= n [z^n] (1+z)^n sum_{k=1}^n {n-1choose k-1} z^k
\ = n [z^n] z (1+z)^n sum_{k=0}^{n-1} {n-1choose k} z^k
= n [z^{n-1}] (1+z)^n (1+z)^{n-1}
\ = n [z^{n-1}] (1+z)^{2n-1} = n times {2n-1choose n-1}$$
which is the claim.
add a comment |
up vote
0
down vote
$$k binom nk^2=binom nkcdot kbinom nk$$
For $kge1,$ $$kbinom nk=kcdotdfrac{n!}{k!cdot(n-k)!}=ndfrac{(n-1)!}{(k-1)!{n-1-(k-1)}!}=nbinom{n-1}{k-1}$$
Now in the identity $(1+x)^{2n-1}=(x+1)^n(1+x)^{n-1},$ compare coefficients of $x^n$
$$binom{2n-1}n=sum_{k=0}^nbinom nkbinom{n-1}{k-1}$$
add a comment |
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
$$sum_{k=1}^{n}kbinom{n}{k}^{2}=nsum_{k=1}^{n}binom{n-1}{k-1}binom{n}{n-k}=nsum_{k=0}^{n-1}binom{n-1}{k}binom{n}{n-k-1}=nbinom{2n-1}{n-1}$$
Applying Vandermonde's identity in third equality.
add a comment |
up vote
2
down vote
accepted
$$sum_{k=1}^{n}kbinom{n}{k}^{2}=nsum_{k=1}^{n}binom{n-1}{k-1}binom{n}{n-k}=nsum_{k=0}^{n-1}binom{n-1}{k}binom{n}{n-k-1}=nbinom{2n-1}{n-1}$$
Applying Vandermonde's identity in third equality.
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
$$sum_{k=1}^{n}kbinom{n}{k}^{2}=nsum_{k=1}^{n}binom{n-1}{k-1}binom{n}{n-k}=nsum_{k=0}^{n-1}binom{n-1}{k}binom{n}{n-k-1}=nbinom{2n-1}{n-1}$$
Applying Vandermonde's identity in third equality.
$$sum_{k=1}^{n}kbinom{n}{k}^{2}=nsum_{k=1}^{n}binom{n-1}{k-1}binom{n}{n-k}=nsum_{k=0}^{n-1}binom{n-1}{k}binom{n}{n-k-1}=nbinom{2n-1}{n-1}$$
Applying Vandermonde's identity in third equality.
answered Nov 17 at 8:59
drhab
94.9k543125
94.9k543125
add a comment |
add a comment |
up vote
3
down vote
A combinatorial proof:
We have $n$ men and $n$ women and I want to choose a $n$-person committee and a committee president among those, with the condition that the president must be a woman.
One way to do that is to choose a president among the $n$ women and then choose $n-1$ committee members from the remaining $2n-1$ persons.
So that way gives $n binom{2n-1}{n-1}$ ways, the right hand side.
On the other hand I can split the count on the number of women in the committee, so there can be $i=1,2,ldots,n$ many women.
To count those for a fixed $i$, first pick the $i$ women in $binom{n}{i}$ ways, pick the president among those in $i$ ways, and then pick the men in $binom{n}{n-i} = binom{n}{i}$ ways. So for a fixed $i$ we have $i binom{n}{i}^2$ committees with $i$ women. Summing them gives us the left hand side.
add a comment |
up vote
3
down vote
A combinatorial proof:
We have $n$ men and $n$ women and I want to choose a $n$-person committee and a committee president among those, with the condition that the president must be a woman.
One way to do that is to choose a president among the $n$ women and then choose $n-1$ committee members from the remaining $2n-1$ persons.
So that way gives $n binom{2n-1}{n-1}$ ways, the right hand side.
On the other hand I can split the count on the number of women in the committee, so there can be $i=1,2,ldots,n$ many women.
To count those for a fixed $i$, first pick the $i$ women in $binom{n}{i}$ ways, pick the president among those in $i$ ways, and then pick the men in $binom{n}{n-i} = binom{n}{i}$ ways. So for a fixed $i$ we have $i binom{n}{i}^2$ committees with $i$ women. Summing them gives us the left hand side.
add a comment |
up vote
3
down vote
up vote
3
down vote
A combinatorial proof:
We have $n$ men and $n$ women and I want to choose a $n$-person committee and a committee president among those, with the condition that the president must be a woman.
One way to do that is to choose a president among the $n$ women and then choose $n-1$ committee members from the remaining $2n-1$ persons.
So that way gives $n binom{2n-1}{n-1}$ ways, the right hand side.
On the other hand I can split the count on the number of women in the committee, so there can be $i=1,2,ldots,n$ many women.
To count those for a fixed $i$, first pick the $i$ women in $binom{n}{i}$ ways, pick the president among those in $i$ ways, and then pick the men in $binom{n}{n-i} = binom{n}{i}$ ways. So for a fixed $i$ we have $i binom{n}{i}^2$ committees with $i$ women. Summing them gives us the left hand side.
A combinatorial proof:
We have $n$ men and $n$ women and I want to choose a $n$-person committee and a committee president among those, with the condition that the president must be a woman.
One way to do that is to choose a president among the $n$ women and then choose $n-1$ committee members from the remaining $2n-1$ persons.
So that way gives $n binom{2n-1}{n-1}$ ways, the right hand side.
On the other hand I can split the count on the number of women in the committee, so there can be $i=1,2,ldots,n$ many women.
To count those for a fixed $i$, first pick the $i$ women in $binom{n}{i}$ ways, pick the president among those in $i$ ways, and then pick the men in $binom{n}{n-i} = binom{n}{i}$ ways. So for a fixed $i$ we have $i binom{n}{i}^2$ committees with $i$ women. Summing them gives us the left hand side.
edited Nov 17 at 9:46
answered Nov 17 at 9:10
Henno Brandsma
102k344108
102k344108
add a comment |
add a comment |
up vote
1
down vote
We present a slight variation using formal power series and the
coefficient-of operator. Starting from
$$sum_{k=1}^n k {nchoose k}^2
= sum_{k=1}^n k {nchoose k} [z^{n-k}] (1+z)^n
\ = [z^n] (1+z)^n sum_{k=1}^n k {nchoose k} z^k
= n [z^n] (1+z)^n sum_{k=1}^n {n-1choose k-1} z^k
\ = n [z^n] z (1+z)^n sum_{k=0}^{n-1} {n-1choose k} z^k
= n [z^{n-1}] (1+z)^n (1+z)^{n-1}
\ = n [z^{n-1}] (1+z)^{2n-1} = n times {2n-1choose n-1}$$
which is the claim.
add a comment |
up vote
1
down vote
We present a slight variation using formal power series and the
coefficient-of operator. Starting from
$$sum_{k=1}^n k {nchoose k}^2
= sum_{k=1}^n k {nchoose k} [z^{n-k}] (1+z)^n
\ = [z^n] (1+z)^n sum_{k=1}^n k {nchoose k} z^k
= n [z^n] (1+z)^n sum_{k=1}^n {n-1choose k-1} z^k
\ = n [z^n] z (1+z)^n sum_{k=0}^{n-1} {n-1choose k} z^k
= n [z^{n-1}] (1+z)^n (1+z)^{n-1}
\ = n [z^{n-1}] (1+z)^{2n-1} = n times {2n-1choose n-1}$$
which is the claim.
add a comment |
up vote
1
down vote
up vote
1
down vote
We present a slight variation using formal power series and the
coefficient-of operator. Starting from
$$sum_{k=1}^n k {nchoose k}^2
= sum_{k=1}^n k {nchoose k} [z^{n-k}] (1+z)^n
\ = [z^n] (1+z)^n sum_{k=1}^n k {nchoose k} z^k
= n [z^n] (1+z)^n sum_{k=1}^n {n-1choose k-1} z^k
\ = n [z^n] z (1+z)^n sum_{k=0}^{n-1} {n-1choose k} z^k
= n [z^{n-1}] (1+z)^n (1+z)^{n-1}
\ = n [z^{n-1}] (1+z)^{2n-1} = n times {2n-1choose n-1}$$
which is the claim.
We present a slight variation using formal power series and the
coefficient-of operator. Starting from
$$sum_{k=1}^n k {nchoose k}^2
= sum_{k=1}^n k {nchoose k} [z^{n-k}] (1+z)^n
\ = [z^n] (1+z)^n sum_{k=1}^n k {nchoose k} z^k
= n [z^n] (1+z)^n sum_{k=1}^n {n-1choose k-1} z^k
\ = n [z^n] z (1+z)^n sum_{k=0}^{n-1} {n-1choose k} z^k
= n [z^{n-1}] (1+z)^n (1+z)^{n-1}
\ = n [z^{n-1}] (1+z)^{2n-1} = n times {2n-1choose n-1}$$
which is the claim.
edited Nov 18 at 16:13
answered Nov 18 at 13:31
Marko Riedel
38.5k339106
38.5k339106
add a comment |
add a comment |
up vote
0
down vote
$$k binom nk^2=binom nkcdot kbinom nk$$
For $kge1,$ $$kbinom nk=kcdotdfrac{n!}{k!cdot(n-k)!}=ndfrac{(n-1)!}{(k-1)!{n-1-(k-1)}!}=nbinom{n-1}{k-1}$$
Now in the identity $(1+x)^{2n-1}=(x+1)^n(1+x)^{n-1},$ compare coefficients of $x^n$
$$binom{2n-1}n=sum_{k=0}^nbinom nkbinom{n-1}{k-1}$$
add a comment |
up vote
0
down vote
$$k binom nk^2=binom nkcdot kbinom nk$$
For $kge1,$ $$kbinom nk=kcdotdfrac{n!}{k!cdot(n-k)!}=ndfrac{(n-1)!}{(k-1)!{n-1-(k-1)}!}=nbinom{n-1}{k-1}$$
Now in the identity $(1+x)^{2n-1}=(x+1)^n(1+x)^{n-1},$ compare coefficients of $x^n$
$$binom{2n-1}n=sum_{k=0}^nbinom nkbinom{n-1}{k-1}$$
add a comment |
up vote
0
down vote
up vote
0
down vote
$$k binom nk^2=binom nkcdot kbinom nk$$
For $kge1,$ $$kbinom nk=kcdotdfrac{n!}{k!cdot(n-k)!}=ndfrac{(n-1)!}{(k-1)!{n-1-(k-1)}!}=nbinom{n-1}{k-1}$$
Now in the identity $(1+x)^{2n-1}=(x+1)^n(1+x)^{n-1},$ compare coefficients of $x^n$
$$binom{2n-1}n=sum_{k=0}^nbinom nkbinom{n-1}{k-1}$$
$$k binom nk^2=binom nkcdot kbinom nk$$
For $kge1,$ $$kbinom nk=kcdotdfrac{n!}{k!cdot(n-k)!}=ndfrac{(n-1)!}{(k-1)!{n-1-(k-1)}!}=nbinom{n-1}{k-1}$$
Now in the identity $(1+x)^{2n-1}=(x+1)^n(1+x)^{n-1},$ compare coefficients of $x^n$
$$binom{2n-1}n=sum_{k=0}^nbinom nkbinom{n-1}{k-1}$$
answered Nov 17 at 10:10
lab bhattacharjee
220k15154271
220k15154271
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002114%2fprove-that-binomn122-binomn22-cdots-n-binomnn2-n-binom2n-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown