Analytical form of the binomial moments
$begingroup$
I'm trying to find a general closed-form expression for the following sum:
$$m_p(N) = sum_{n=0}^{N} binom{N}{n} n^p$$
where $N,pge 0$ are integers.
So far I've been able to evaluate:
$$
begin{eqnarray*}
sum_n binom{N}{n} n^0 & = & 2^N\
sum_n binom{N}{n} n^1 & = & 2^{N - 1} N\
sum_n binom{N}{n} n^2 & = & 2^{N - 2} (N + 1) N\
sum_n binom{N}{n} n^3 & = & 2^{N - 3} (N + 3) N^2
end{eqnarray*}
$$
but I don't see a general pattern here.
Is there a general analytical expression?
Note that this is not a textbook exercise. I'm not sure if a solution exists.
combinatorics summation binomial-coefficients
$endgroup$
add a comment |
$begingroup$
I'm trying to find a general closed-form expression for the following sum:
$$m_p(N) = sum_{n=0}^{N} binom{N}{n} n^p$$
where $N,pge 0$ are integers.
So far I've been able to evaluate:
$$
begin{eqnarray*}
sum_n binom{N}{n} n^0 & = & 2^N\
sum_n binom{N}{n} n^1 & = & 2^{N - 1} N\
sum_n binom{N}{n} n^2 & = & 2^{N - 2} (N + 1) N\
sum_n binom{N}{n} n^3 & = & 2^{N - 3} (N + 3) N^2
end{eqnarray*}
$$
but I don't see a general pattern here.
Is there a general analytical expression?
Note that this is not a textbook exercise. I'm not sure if a solution exists.
combinatorics summation binomial-coefficients
$endgroup$
$begingroup$
There is a formula which uses the Stirling numbers of both kinds, or Stirling numbers of the second kind and falling factorials. Use the formula $n^p = sum {pbrace k}(n)_k$, then use the technique in drhab’s answer. If you like, you can use $(N)_k=sum {kbrace i}N^i$ to get a formula in powers of $N$.
$endgroup$
– Mike Earnest
Jan 17 at 17:00
add a comment |
$begingroup$
I'm trying to find a general closed-form expression for the following sum:
$$m_p(N) = sum_{n=0}^{N} binom{N}{n} n^p$$
where $N,pge 0$ are integers.
So far I've been able to evaluate:
$$
begin{eqnarray*}
sum_n binom{N}{n} n^0 & = & 2^N\
sum_n binom{N}{n} n^1 & = & 2^{N - 1} N\
sum_n binom{N}{n} n^2 & = & 2^{N - 2} (N + 1) N\
sum_n binom{N}{n} n^3 & = & 2^{N - 3} (N + 3) N^2
end{eqnarray*}
$$
but I don't see a general pattern here.
Is there a general analytical expression?
Note that this is not a textbook exercise. I'm not sure if a solution exists.
combinatorics summation binomial-coefficients
$endgroup$
I'm trying to find a general closed-form expression for the following sum:
$$m_p(N) = sum_{n=0}^{N} binom{N}{n} n^p$$
where $N,pge 0$ are integers.
So far I've been able to evaluate:
$$
begin{eqnarray*}
sum_n binom{N}{n} n^0 & = & 2^N\
sum_n binom{N}{n} n^1 & = & 2^{N - 1} N\
sum_n binom{N}{n} n^2 & = & 2^{N - 2} (N + 1) N\
sum_n binom{N}{n} n^3 & = & 2^{N - 3} (N + 3) N^2
end{eqnarray*}
$$
but I don't see a general pattern here.
Is there a general analytical expression?
Note that this is not a textbook exercise. I'm not sure if a solution exists.
combinatorics summation binomial-coefficients
combinatorics summation binomial-coefficients
asked Jan 17 at 16:07
beckobecko
2,43131943
2,43131943
$begingroup$
There is a formula which uses the Stirling numbers of both kinds, or Stirling numbers of the second kind and falling factorials. Use the formula $n^p = sum {pbrace k}(n)_k$, then use the technique in drhab’s answer. If you like, you can use $(N)_k=sum {kbrace i}N^i$ to get a formula in powers of $N$.
$endgroup$
– Mike Earnest
Jan 17 at 17:00
add a comment |
$begingroup$
There is a formula which uses the Stirling numbers of both kinds, or Stirling numbers of the second kind and falling factorials. Use the formula $n^p = sum {pbrace k}(n)_k$, then use the technique in drhab’s answer. If you like, you can use $(N)_k=sum {kbrace i}N^i$ to get a formula in powers of $N$.
$endgroup$
– Mike Earnest
Jan 17 at 17:00
$begingroup$
There is a formula which uses the Stirling numbers of both kinds, or Stirling numbers of the second kind and falling factorials. Use the formula $n^p = sum {pbrace k}(n)_k$, then use the technique in drhab’s answer. If you like, you can use $(N)_k=sum {kbrace i}N^i$ to get a formula in powers of $N$.
$endgroup$
– Mike Earnest
Jan 17 at 17:00
$begingroup$
There is a formula which uses the Stirling numbers of both kinds, or Stirling numbers of the second kind and falling factorials. Use the formula $n^p = sum {pbrace k}(n)_k$, then use the technique in drhab’s answer. If you like, you can use $(N)_k=sum {kbrace i}N^i$ to get a formula in powers of $N$.
$endgroup$
– Mike Earnest
Jan 17 at 17:00
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The following equality might be helpful:
$$sum_nbinom{N}{n}left(nright)_{p}=2^{N-p}left(Nright)_{p}$$
Here $left(xright)_{p}$ is a notation for $xleft(x-1right)cdotsleft(x-p+1right)$.
$endgroup$
add a comment |
Your Answer
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%2f3077169%2fanalytical-form-of-the-binomial-moments%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
$begingroup$
The following equality might be helpful:
$$sum_nbinom{N}{n}left(nright)_{p}=2^{N-p}left(Nright)_{p}$$
Here $left(xright)_{p}$ is a notation for $xleft(x-1right)cdotsleft(x-p+1right)$.
$endgroup$
add a comment |
$begingroup$
The following equality might be helpful:
$$sum_nbinom{N}{n}left(nright)_{p}=2^{N-p}left(Nright)_{p}$$
Here $left(xright)_{p}$ is a notation for $xleft(x-1right)cdotsleft(x-p+1right)$.
$endgroup$
add a comment |
$begingroup$
The following equality might be helpful:
$$sum_nbinom{N}{n}left(nright)_{p}=2^{N-p}left(Nright)_{p}$$
Here $left(xright)_{p}$ is a notation for $xleft(x-1right)cdotsleft(x-p+1right)$.
$endgroup$
The following equality might be helpful:
$$sum_nbinom{N}{n}left(nright)_{p}=2^{N-p}left(Nright)_{p}$$
Here $left(xright)_{p}$ is a notation for $xleft(x-1right)cdotsleft(x-p+1right)$.
answered Jan 17 at 16:25
drhabdrhab
104k545136
104k545136
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.
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%2f3077169%2fanalytical-form-of-the-binomial-moments%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
$begingroup$
There is a formula which uses the Stirling numbers of both kinds, or Stirling numbers of the second kind and falling factorials. Use the formula $n^p = sum {pbrace k}(n)_k$, then use the technique in drhab’s answer. If you like, you can use $(N)_k=sum {kbrace i}N^i$ to get a formula in powers of $N$.
$endgroup$
– Mike Earnest
Jan 17 at 17:00