Order the following expressions by their sizeEvaluation of the sum $sum_k = 0^lfloor a/b rfloor left lfloor fraca - kbc right rfloor$How to prove $left lceil fracnm right rceil = left lfloor fracn+m-1m right rfloor$?Simple problem on restricted partitionFind the chance that $a^3 + b^3 equiv 0 (mod 3)$Dealing with floor function in binomial coefficientsIdentities involving binomial coefficients, floors, and ceilingsAbout Enflo's paper.Evaluating the “limit function” $f_n$ with $n to infty$The least upper bound for $fracsum_i=0^mbinommix^isum_i=0^mx^i$Formula for partial sum of binoms: $sum_k=0^lfloor n/2 rfloor binom nk binom mk$
How long to clear the 'suck zone' of a turbofan after start is initiated?
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
Roman Numeral Treatment of Suspensions
How to check is there any negative term in a large list?
Pre-amplifier input protection
Different result between scanning in Epson's "color negative film" mode and scanning in positive -> invert curve in post?
Large drywall patch supports
A Rare Riley Riddle
Integer addition + constant, is it a group?
Do sorcerers' Subtle Spells require a skill check to be unseen?
How did Arya survive the stabbing?
Is HostGator storing my password in plaintext?
How do I extract a value from a time formatted value in excel?
Implement the Thanos sorting algorithm
Would this custom Sorcerer variant that can only learn any verbal-component-only spell be unbalanced?
What is the intuitive meaning of having a linear relationship between the logs of two variables?
What does "I’d sit this one out, Cap," imply or mean in the context?
Is there a korbon needed for conversion?
Sort a list by elements of another list
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
System.debug(JSON.Serialize(o)) Not longer shows full string
Can the discrete variable be a negative number?
Short story about space worker geeks who zone out by 'listening' to radiation from stars
How do scammers retract money, while you can’t?
Order the following expressions by their size
Evaluation of the sum $sum_k = 0^lfloor a/b rfloor left lfloor fraca - kbc right rfloor$How to prove $left lceil fracnm right rceil = left lfloor fracn+m-1m right rfloor$?Simple problem on restricted partitionFind the chance that $a^3 + b^3 equiv 0 (mod 3)$Dealing with floor function in binomial coefficientsIdentities involving binomial coefficients, floors, and ceilingsAbout Enflo's paper.Evaluating the “limit function” $f_n$ with $n to infty$The least upper bound for $fracsum_i=0^mbinommix^isum_i=0^mx^i$Formula for partial sum of binoms: $sum_k=0^lfloor n/2 rfloor binom nk binom mk$
$begingroup$
Order the following expressions by their size (suppose n is very large):
$$binom2nn-1, binom2nn,binom2n10, n!, n^sqrtn,(sqrtn)^sqrtn, n^15, n^logn, (log n)^n, log (n^n), 2^n $$
I know that $left(beginmatrix 2n \ 10endmatrixright) leleft(beginmatrix 2n \ n-1endmatrixright) le left(beginmatrix 2n \ nendmatrixright)$ because the combination number $left(beginmatrix n \ kendmatrixright)$ increases the closer it gets to $left(beginmatrix n \ lceilfracn2rceilendmatrixright) = left(beginmatrix n \ lfloorfracn2rfloorendmatrixright)$ I also know that $ n^15 le n! le n^n$
combinatorics
$endgroup$
add a comment |
$begingroup$
Order the following expressions by their size (suppose n is very large):
$$binom2nn-1, binom2nn,binom2n10, n!, n^sqrtn,(sqrtn)^sqrtn, n^15, n^logn, (log n)^n, log (n^n), 2^n $$
I know that $left(beginmatrix 2n \ 10endmatrixright) leleft(beginmatrix 2n \ n-1endmatrixright) le left(beginmatrix 2n \ nendmatrixright)$ because the combination number $left(beginmatrix n \ kendmatrixright)$ increases the closer it gets to $left(beginmatrix n \ lceilfracn2rceilendmatrixright) = left(beginmatrix n \ lfloorfracn2rfloorendmatrixright)$ I also know that $ n^15 le n! le n^n$
combinatorics
$endgroup$
1
$begingroup$
Relevant link for relating the binomial coefficients to the others: central binomial coefficient.
$endgroup$
– JMoravitz
Mar 17 at 23:51
1
$begingroup$
In General: Logs $ll$ Polynomials $ll$ exponentials $ll$ factorials $ll n^n$. It will also help to remember that $x = e^ln x$ for $x > 0$.
$endgroup$
– JavaMan
Mar 18 at 2:23
1
$begingroup$
Use the Stirling formula to show that $binom2nn$ is on the order of $frac4^nsqrtn$.
$endgroup$
– Alexander Burstein
Mar 18 at 4:43
add a comment |
$begingroup$
Order the following expressions by their size (suppose n is very large):
$$binom2nn-1, binom2nn,binom2n10, n!, n^sqrtn,(sqrtn)^sqrtn, n^15, n^logn, (log n)^n, log (n^n), 2^n $$
I know that $left(beginmatrix 2n \ 10endmatrixright) leleft(beginmatrix 2n \ n-1endmatrixright) le left(beginmatrix 2n \ nendmatrixright)$ because the combination number $left(beginmatrix n \ kendmatrixright)$ increases the closer it gets to $left(beginmatrix n \ lceilfracn2rceilendmatrixright) = left(beginmatrix n \ lfloorfracn2rfloorendmatrixright)$ I also know that $ n^15 le n! le n^n$
combinatorics
$endgroup$
Order the following expressions by their size (suppose n is very large):
$$binom2nn-1, binom2nn,binom2n10, n!, n^sqrtn,(sqrtn)^sqrtn, n^15, n^logn, (log n)^n, log (n^n), 2^n $$
I know that $left(beginmatrix 2n \ 10endmatrixright) leleft(beginmatrix 2n \ n-1endmatrixright) le left(beginmatrix 2n \ nendmatrixright)$ because the combination number $left(beginmatrix n \ kendmatrixright)$ increases the closer it gets to $left(beginmatrix n \ lceilfracn2rceilendmatrixright) = left(beginmatrix n \ lfloorfracn2rfloorendmatrixright)$ I also know that $ n^15 le n! le n^n$
combinatorics
combinatorics
edited Mar 18 at 12:48
awkward
6,71511025
6,71511025
asked Mar 17 at 23:15
J. LastinJ. Lastin
1439
1439
1
$begingroup$
Relevant link for relating the binomial coefficients to the others: central binomial coefficient.
$endgroup$
– JMoravitz
Mar 17 at 23:51
1
$begingroup$
In General: Logs $ll$ Polynomials $ll$ exponentials $ll$ factorials $ll n^n$. It will also help to remember that $x = e^ln x$ for $x > 0$.
$endgroup$
– JavaMan
Mar 18 at 2:23
1
$begingroup$
Use the Stirling formula to show that $binom2nn$ is on the order of $frac4^nsqrtn$.
$endgroup$
– Alexander Burstein
Mar 18 at 4:43
add a comment |
1
$begingroup$
Relevant link for relating the binomial coefficients to the others: central binomial coefficient.
$endgroup$
– JMoravitz
Mar 17 at 23:51
1
$begingroup$
In General: Logs $ll$ Polynomials $ll$ exponentials $ll$ factorials $ll n^n$. It will also help to remember that $x = e^ln x$ for $x > 0$.
$endgroup$
– JavaMan
Mar 18 at 2:23
1
$begingroup$
Use the Stirling formula to show that $binom2nn$ is on the order of $frac4^nsqrtn$.
$endgroup$
– Alexander Burstein
Mar 18 at 4:43
1
1
$begingroup$
Relevant link for relating the binomial coefficients to the others: central binomial coefficient.
$endgroup$
– JMoravitz
Mar 17 at 23:51
$begingroup$
Relevant link for relating the binomial coefficients to the others: central binomial coefficient.
$endgroup$
– JMoravitz
Mar 17 at 23:51
1
1
$begingroup$
In General: Logs $ll$ Polynomials $ll$ exponentials $ll$ factorials $ll n^n$. It will also help to remember that $x = e^ln x$ for $x > 0$.
$endgroup$
– JavaMan
Mar 18 at 2:23
$begingroup$
In General: Logs $ll$ Polynomials $ll$ exponentials $ll$ factorials $ll n^n$. It will also help to remember that $x = e^ln x$ for $x > 0$.
$endgroup$
– JavaMan
Mar 18 at 2:23
1
1
$begingroup$
Use the Stirling formula to show that $binom2nn$ is on the order of $frac4^nsqrtn$.
$endgroup$
– Alexander Burstein
Mar 18 at 4:43
$begingroup$
Use the Stirling formula to show that $binom2nn$ is on the order of $frac4^nsqrtn$.
$endgroup$
– Alexander Burstein
Mar 18 at 4:43
add a comment |
0
active
oldest
votes
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%2f3152208%2forder-the-following-expressions-by-their-size%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3152208%2forder-the-following-expressions-by-their-size%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
$begingroup$
Relevant link for relating the binomial coefficients to the others: central binomial coefficient.
$endgroup$
– JMoravitz
Mar 17 at 23:51
1
$begingroup$
In General: Logs $ll$ Polynomials $ll$ exponentials $ll$ factorials $ll n^n$. It will also help to remember that $x = e^ln x$ for $x > 0$.
$endgroup$
– JavaMan
Mar 18 at 2:23
1
$begingroup$
Use the Stirling formula to show that $binom2nn$ is on the order of $frac4^nsqrtn$.
$endgroup$
– Alexander Burstein
Mar 18 at 4:43