Closed form for a summation.
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 |
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 |
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
20.1k11950
20.1k11950
asked Nov 26 at 16:11
Geoffrey Critzer
1,5001127
1,5001127
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
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 |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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 |
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 |
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
3,3982932
3,3982932
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