Closed form for a summation.
up vote
1
down vote
favorite
Mathematica says $displaystylesum_{k=1}^{n} dfrac{binom{n-1}{k-1}}{n^k} = dfrac{(n+1)^{n-1}}{n^n}$. I would like to know how to show this equality.
The left hand side is the solution to a probability problem: Select integers (with replacement) from {1,2,...,n} until the cumulative sum of your selected integers is at least n. What is the probability that your cumulative sum is exactly n? The right hand side is the ratio of labeled trees on n+1 nodes to functions from [n] into [n]. A combinatorial proof to the equations would be great. I would settle for an analytic proof.
probability combinatorics
add a comment |
up vote
1
down vote
favorite
Mathematica says $displaystylesum_{k=1}^{n} dfrac{binom{n-1}{k-1}}{n^k} = dfrac{(n+1)^{n-1}}{n^n}$. I would like to know how to show this equality.
The left hand side is the solution to a probability problem: Select integers (with replacement) from {1,2,...,n} until the cumulative sum of your selected integers is at least n. What is the probability that your cumulative sum is exactly n? The right hand side is the ratio of labeled trees on n+1 nodes to functions from [n] into [n]. A combinatorial proof to the equations would be great. I would settle for an analytic proof.
probability combinatorics
1
You'll find that simple "Here's the statement of my question, solve it for me" posts will be poorly received. What is better is for you to add context (with an edit): What you understand about the problem, what you've tried so far, etc.; something both to show you are part of the learning experience and to help us guide you to the appropriate help. You can consult this link for further guidance.
– Shaun
Nov 26 at 16:16
2
Expand $(n+1)^{n-1}$.
– Yves Daoust
Nov 26 at 16:21
@ Yves Daoust. Yes Thank you. I see it now.
– Geoffrey Critzer
Nov 26 at 16:33
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Mathematica says $displaystylesum_{k=1}^{n} dfrac{binom{n-1}{k-1}}{n^k} = dfrac{(n+1)^{n-1}}{n^n}$. I would like to know how to show this equality.
The left hand side is the solution to a probability problem: Select integers (with replacement) from {1,2,...,n} until the cumulative sum of your selected integers is at least n. What is the probability that your cumulative sum is exactly n? The right hand side is the ratio of labeled trees on n+1 nodes to functions from [n] into [n]. A combinatorial proof to the equations would be great. I would settle for an analytic proof.
probability combinatorics
Mathematica says $displaystylesum_{k=1}^{n} dfrac{binom{n-1}{k-1}}{n^k} = dfrac{(n+1)^{n-1}}{n^n}$. I would like to know how to show this equality.
The left hand side is the solution to a probability problem: Select integers (with replacement) from {1,2,...,n} until the cumulative sum of your selected integers is at least n. What is the probability that your cumulative sum is exactly n? The right hand side is the ratio of labeled trees on n+1 nodes to functions from [n] into [n]. A combinatorial proof to the equations would be great. I would settle for an analytic proof.
probability combinatorics
probability combinatorics
edited Nov 26 at 16:31
Mike Earnest
19.4k11950
19.4k11950
asked Nov 26 at 16:11
Geoffrey Critzer
1,4951127
1,4951127
1
You'll find that simple "Here's the statement of my question, solve it for me" posts will be poorly received. What is better is for you to add context (with an edit): What you understand about the problem, what you've tried so far, etc.; something both to show you are part of the learning experience and to help us guide you to the appropriate help. You can consult this link for further guidance.
– Shaun
Nov 26 at 16:16
2
Expand $(n+1)^{n-1}$.
– Yves Daoust
Nov 26 at 16:21
@ Yves Daoust. Yes Thank you. I see it now.
– Geoffrey Critzer
Nov 26 at 16:33
add a comment |
1
You'll find that simple "Here's the statement of my question, solve it for me" posts will be poorly received. What is better is for you to add context (with an edit): What you understand about the problem, what you've tried so far, etc.; something both to show you are part of the learning experience and to help us guide you to the appropriate help. You can consult this link for further guidance.
– Shaun
Nov 26 at 16:16
2
Expand $(n+1)^{n-1}$.
– Yves Daoust
Nov 26 at 16:21
@ Yves Daoust. Yes Thank you. I see it now.
– Geoffrey Critzer
Nov 26 at 16:33
1
1
You'll find that simple "Here's the statement of my question, solve it for me" posts will be poorly received. What is better is for you to add context (with an edit): What you understand about the problem, what you've tried so far, etc.; something both to show you are part of the learning experience and to help us guide you to the appropriate help. You can consult this link for further guidance.
– Shaun
Nov 26 at 16:16
You'll find that simple "Here's the statement of my question, solve it for me" posts will be poorly received. What is better is for you to add context (with an edit): What you understand about the problem, what you've tried so far, etc.; something both to show you are part of the learning experience and to help us guide you to the appropriate help. You can consult this link for further guidance.
– Shaun
Nov 26 at 16:16
2
2
Expand $(n+1)^{n-1}$.
– Yves Daoust
Nov 26 at 16:21
Expand $(n+1)^{n-1}$.
– Yves Daoust
Nov 26 at 16:21
@ Yves Daoust. Yes Thank you. I see it now.
– Geoffrey Critzer
Nov 26 at 16:33
@ Yves Daoust. Yes Thank you. I see it now.
– Geoffrey Critzer
Nov 26 at 16:33
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
According to the Binomial Theorem we get as a series expansion for $(n+1)^{n-1}$ the following
$$(1+n)^{n-1}=sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}$$
By applying the index shift $k'=k+1$ - and therefore $k=k'-1$ - we further get
$$sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}$$
One may note that within the term $n^{n-k'}$ the $n^n$ is independed of the index. By reshaping the whole equality we get
$$begin{align}
(1+n)^{n-1}&=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}\
&=n^nsum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}\
Leftrightarrow frac{(1+n)^{n-1}}{n^n}&=sum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}
end{align}$$
which is your desired result.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
According to the Binomial Theorem we get as a series expansion for $(n+1)^{n-1}$ the following
$$(1+n)^{n-1}=sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}$$
By applying the index shift $k'=k+1$ - and therefore $k=k'-1$ - we further get
$$sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}$$
One may note that within the term $n^{n-k'}$ the $n^n$ is independed of the index. By reshaping the whole equality we get
$$begin{align}
(1+n)^{n-1}&=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}\
&=n^nsum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}\
Leftrightarrow frac{(1+n)^{n-1}}{n^n}&=sum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}
end{align}$$
which is your desired result.
add a comment |
up vote
1
down vote
accepted
According to the Binomial Theorem we get as a series expansion for $(n+1)^{n-1}$ the following
$$(1+n)^{n-1}=sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}$$
By applying the index shift $k'=k+1$ - and therefore $k=k'-1$ - we further get
$$sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}$$
One may note that within the term $n^{n-k'}$ the $n^n$ is independed of the index. By reshaping the whole equality we get
$$begin{align}
(1+n)^{n-1}&=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}\
&=n^nsum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}\
Leftrightarrow frac{(1+n)^{n-1}}{n^n}&=sum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}
end{align}$$
which is your desired result.
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
According to the Binomial Theorem we get as a series expansion for $(n+1)^{n-1}$ the following
$$(1+n)^{n-1}=sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}$$
By applying the index shift $k'=k+1$ - and therefore $k=k'-1$ - we further get
$$sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}$$
One may note that within the term $n^{n-k'}$ the $n^n$ is independed of the index. By reshaping the whole equality we get
$$begin{align}
(1+n)^{n-1}&=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}\
&=n^nsum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}\
Leftrightarrow frac{(1+n)^{n-1}}{n^n}&=sum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}
end{align}$$
which is your desired result.
According to the Binomial Theorem we get as a series expansion for $(n+1)^{n-1}$ the following
$$(1+n)^{n-1}=sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}$$
By applying the index shift $k'=k+1$ - and therefore $k=k'-1$ - we further get
$$sum_{k=0}^{n-1}binom{n-1}{k}n^{n-1-k}=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}$$
One may note that within the term $n^{n-k'}$ the $n^n$ is independed of the index. By reshaping the whole equality we get
$$begin{align}
(1+n)^{n-1}&=sum_{k'=1}^{n}binom{n-1}{k'-1}n^{n-k'}\
&=n^nsum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}\
Leftrightarrow frac{(1+n)^{n-1}}{n^n}&=sum_{k'=1}^{n}frac{binom{n-1}{k'-1}}{n^{k'}}
end{align}$$
which is your desired result.
edited Nov 26 at 17:17
answered Nov 26 at 16:34
mrtaurho
2,7391827
2,7391827
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%2f3014513%2fclosed-form-for-a-summation%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
1
You'll find that simple "Here's the statement of my question, solve it for me" posts will be poorly received. What is better is for you to add context (with an edit): What you understand about the problem, what you've tried so far, etc.; something both to show you are part of the learning experience and to help us guide you to the appropriate help. You can consult this link for further guidance.
– Shaun
Nov 26 at 16:16
2
Expand $(n+1)^{n-1}$.
– Yves Daoust
Nov 26 at 16:21
@ Yves Daoust. Yes Thank you. I see it now.
– Geoffrey Critzer
Nov 26 at 16:33