Evaluate $sum_k=0^n 2n + 1choose 2k + 1$ The Next CEO of Stack OverflowSimple Summation Proof with identitiesVerify that $sum^8564_i=82 binom8564i < 2^8564$Evaluating a nested summationUsing binomial theorem to evaluate summation $sum_k=0^n frac1k+1 binom nk$ in closed formNice formula for $sum_m=0^n2mchoose m2(n-m)choose n-m$?Prove that $nchoosek = n - 2choosek + 2n - 2choosek - 1 + n - 2choosek - 2$.Truth table for $(pland q)rightarrow r$How to show that $2^n > n$ without inductionProve that $2n choose n= 22n-1 choose n$Evaluate $displaystylesum_k=1^n left(fracn-1 choose k-1kright)$

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

Decide between Polyglossia and Babel for LuaLaTeX in 2019

My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?

Reshaping json / reparing json inside shell script (remove trailing comma)

Calculate the Mean mean of two numbers

How to use ReplaceAll on an expression that contains a rule

Is fine stranded wire ok for main supply line?

How did Beeri the Hittite come up with naming his daughter Yehudit?

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

Can I board the first leg of the flight without having final country's visa?

Airplane gently rocking its wings during whole flight

Is there an equivalent of cd - for cp or mv

what's the use of '% to gdp' type of variables?

Spaces in which all closed sets are regular closed

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?

What day is it again?

(How) Could a medieval fantasy world survive a magic-induced "nuclear winter"?

Is dried pee considered dirt?

Can I calculate next year's exemptions based on this year's refund/amount owed?

Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank

Which one is the true statement?

Is it ok to trim down a tube patch?

How to find image of a complex function with given constraints?

"Eavesdropping" vs "Listen in on"



Evaluate $sum_k=0^n 2n + 1choose 2k + 1$



The Next CEO of Stack OverflowSimple Summation Proof with identitiesVerify that $sum^8564_i=82 binom8564i < 2^8564$Evaluating a nested summationUsing binomial theorem to evaluate summation $sum_k=0^n frac1k+1 binom nk$ in closed formNice formula for $sum_m=0^n2mchoose m2(n-m)choose n-m$?Prove that $nchoosek = n - 2choosek + 2n - 2choosek - 1 + n - 2choosek - 2$.Truth table for $(pland q)rightarrow r$How to show that $2^n > n$ without inductionProve that $2n choose n= 22n-1 choose n$Evaluate $displaystylesum_k=1^n left(fracn-1 choose k-1kright)$










3












$begingroup$


Evaluate $$ sum_k=0^n 2n + 1choose 2k + 1 $$



I'm really stuck on this one, no idea how to progress. My best guess is to somehow get it into the form of $ nchoose k $ and then take that summation and work with that. Or maybe binomial theorem, but I'm very experienced with that. If you could give a breakdown on how to tackle these problems that'd be great!










share|cite|improve this question











$endgroup$
















    3












    $begingroup$


    Evaluate $$ sum_k=0^n 2n + 1choose 2k + 1 $$



    I'm really stuck on this one, no idea how to progress. My best guess is to somehow get it into the form of $ nchoose k $ and then take that summation and work with that. Or maybe binomial theorem, but I'm very experienced with that. If you could give a breakdown on how to tackle these problems that'd be great!










    share|cite|improve this question











    $endgroup$














      3












      3








      3


      0



      $begingroup$


      Evaluate $$ sum_k=0^n 2n + 1choose 2k + 1 $$



      I'm really stuck on this one, no idea how to progress. My best guess is to somehow get it into the form of $ nchoose k $ and then take that summation and work with that. Or maybe binomial theorem, but I'm very experienced with that. If you could give a breakdown on how to tackle these problems that'd be great!










      share|cite|improve this question











      $endgroup$




      Evaluate $$ sum_k=0^n 2n + 1choose 2k + 1 $$



      I'm really stuck on this one, no idea how to progress. My best guess is to somehow get it into the form of $ nchoose k $ and then take that summation and work with that. Or maybe binomial theorem, but I'm very experienced with that. If you could give a breakdown on how to tackle these problems that'd be great!







      combinatorics discrete-mathematics summation






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 28 at 1:12









      user549397

      1,6541418




      1,6541418










      asked Mar 28 at 0:59









      BrownieBrownie

      3147




      3147




















          5 Answers
          5






          active

          oldest

          votes


















          2












          $begingroup$

          Suppose you have $2n+1$ people to form a committee with.



          There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).



          Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.






          share|cite|improve this answer











          $endgroup$








          • 1




            $begingroup$
            This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
            $endgroup$
            – Brownie
            Mar 28 at 1:21






          • 1




            $begingroup$
            That's correct, and as $k$ ranges, you'll eventually visit every odd number.
            $endgroup$
            – Austin Mohr
            Mar 28 at 1:22


















          5












          $begingroup$

          Hint:



          By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:



          $$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$



          Move the negative terms to the right-hand side, we have:



          $$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
          And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
          $$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$



          Further hint:



          $$ 2times (A)=(B) .$$






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
            $endgroup$
            – Brownie
            Mar 28 at 1:08










          • $begingroup$
            @Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
            $endgroup$
            – user549397
            Mar 28 at 1:16










          • $begingroup$
            Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
            $endgroup$
            – Brownie
            Mar 28 at 1:17










          • $begingroup$
            @Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
            $endgroup$
            – user549397
            Mar 28 at 1:19










          • $begingroup$
            Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
            $endgroup$
            – Brownie
            Mar 28 at 1:29


















          3












          $begingroup$

          Hint:



          $$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$



          Set $a=b=1$






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Could you break down your steps, I'm having trouble following, I'm at a very beginner level
            $endgroup$
            – Brownie
            Mar 28 at 1:09






          • 1




            $begingroup$
            @Brownie, Can you make the two binomial expansion?
            $endgroup$
            – lab bhattacharjee
            Mar 28 at 1:10










          • $begingroup$
            Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
            $endgroup$
            – Brownie
            Mar 28 at 1:13


















          3












          $begingroup$

          Solution $1$:



          $$
          sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
          $$



          Solution $2$:



          The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
            $endgroup$
            – Brownie
            Mar 28 at 1:11











          • $begingroup$
            @Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
            $endgroup$
            – Mike Earnest
            Mar 28 at 1:19


















          3












          $begingroup$

          Here's a part of the Pascal triangle:
          enter image description here



          Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.



          Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
          enter image description here
          because of the know relation



          beginaligned
          left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned



          giving us



          beginaligned
          left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
          left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
          left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
          endaligned



          Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
          $$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$



          the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):



          $$colorblack2^5over 2 = 2^4 = 16$$



          for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result



          $$colorred2^2n+1over 2 = 2^2n$$






          share|cite|improve this answer











          $endgroup$













            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
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165338%2fevaluate-sum-k-0n-2n-1-choose-2k-1%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            5 Answers
            5






            active

            oldest

            votes








            5 Answers
            5






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2












            $begingroup$

            Suppose you have $2n+1$ people to form a committee with.



            There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).



            Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.






            share|cite|improve this answer











            $endgroup$








            • 1




              $begingroup$
              This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
              $endgroup$
              – Brownie
              Mar 28 at 1:21






            • 1




              $begingroup$
              That's correct, and as $k$ ranges, you'll eventually visit every odd number.
              $endgroup$
              – Austin Mohr
              Mar 28 at 1:22















            2












            $begingroup$

            Suppose you have $2n+1$ people to form a committee with.



            There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).



            Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.






            share|cite|improve this answer











            $endgroup$








            • 1




              $begingroup$
              This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
              $endgroup$
              – Brownie
              Mar 28 at 1:21






            • 1




              $begingroup$
              That's correct, and as $k$ ranges, you'll eventually visit every odd number.
              $endgroup$
              – Austin Mohr
              Mar 28 at 1:22













            2












            2








            2





            $begingroup$

            Suppose you have $2n+1$ people to form a committee with.



            There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).



            Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.






            share|cite|improve this answer











            $endgroup$



            Suppose you have $2n+1$ people to form a committee with.



            There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).



            Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Mar 28 at 1:24

























            answered Mar 28 at 1:18









            Austin MohrAustin Mohr

            20.8k35299




            20.8k35299







            • 1




              $begingroup$
              This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
              $endgroup$
              – Brownie
              Mar 28 at 1:21






            • 1




              $begingroup$
              That's correct, and as $k$ ranges, you'll eventually visit every odd number.
              $endgroup$
              – Austin Mohr
              Mar 28 at 1:22












            • 1




              $begingroup$
              This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
              $endgroup$
              – Brownie
              Mar 28 at 1:21






            • 1




              $begingroup$
              That's correct, and as $k$ ranges, you'll eventually visit every odd number.
              $endgroup$
              – Austin Mohr
              Mar 28 at 1:22







            1




            1




            $begingroup$
            This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
            $endgroup$
            – Brownie
            Mar 28 at 1:21




            $begingroup$
            This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
            $endgroup$
            – Brownie
            Mar 28 at 1:21




            1




            1




            $begingroup$
            That's correct, and as $k$ ranges, you'll eventually visit every odd number.
            $endgroup$
            – Austin Mohr
            Mar 28 at 1:22




            $begingroup$
            That's correct, and as $k$ ranges, you'll eventually visit every odd number.
            $endgroup$
            – Austin Mohr
            Mar 28 at 1:22











            5












            $begingroup$

            Hint:



            By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:



            $$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$



            Move the negative terms to the right-hand side, we have:



            $$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
            And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
            $$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$



            Further hint:



            $$ 2times (A)=(B) .$$






            share|cite|improve this answer











            $endgroup$












            • $begingroup$
              Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
              $endgroup$
              – Brownie
              Mar 28 at 1:08










            • $begingroup$
              @Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
              $endgroup$
              – user549397
              Mar 28 at 1:16










            • $begingroup$
              Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
              $endgroup$
              – Brownie
              Mar 28 at 1:17










            • $begingroup$
              @Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
              $endgroup$
              – user549397
              Mar 28 at 1:19










            • $begingroup$
              Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
              $endgroup$
              – Brownie
              Mar 28 at 1:29















            5












            $begingroup$

            Hint:



            By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:



            $$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$



            Move the negative terms to the right-hand side, we have:



            $$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
            And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
            $$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$



            Further hint:



            $$ 2times (A)=(B) .$$






            share|cite|improve this answer











            $endgroup$












            • $begingroup$
              Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
              $endgroup$
              – Brownie
              Mar 28 at 1:08










            • $begingroup$
              @Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
              $endgroup$
              – user549397
              Mar 28 at 1:16










            • $begingroup$
              Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
              $endgroup$
              – Brownie
              Mar 28 at 1:17










            • $begingroup$
              @Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
              $endgroup$
              – user549397
              Mar 28 at 1:19










            • $begingroup$
              Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
              $endgroup$
              – Brownie
              Mar 28 at 1:29













            5












            5








            5





            $begingroup$

            Hint:



            By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:



            $$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$



            Move the negative terms to the right-hand side, we have:



            $$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
            And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
            $$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$



            Further hint:



            $$ 2times (A)=(B) .$$






            share|cite|improve this answer











            $endgroup$



            Hint:



            By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:



            $$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$



            Move the negative terms to the right-hand side, we have:



            $$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
            And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
            $$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$



            Further hint:



            $$ 2times (A)=(B) .$$







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Mar 28 at 1:29

























            answered Mar 28 at 1:05









            user549397user549397

            1,6541418




            1,6541418











            • $begingroup$
              Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
              $endgroup$
              – Brownie
              Mar 28 at 1:08










            • $begingroup$
              @Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
              $endgroup$
              – user549397
              Mar 28 at 1:16










            • $begingroup$
              Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
              $endgroup$
              – Brownie
              Mar 28 at 1:17










            • $begingroup$
              @Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
              $endgroup$
              – user549397
              Mar 28 at 1:19










            • $begingroup$
              Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
              $endgroup$
              – Brownie
              Mar 28 at 1:29
















            • $begingroup$
              Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
              $endgroup$
              – Brownie
              Mar 28 at 1:08










            • $begingroup$
              @Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
              $endgroup$
              – user549397
              Mar 28 at 1:16










            • $begingroup$
              Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
              $endgroup$
              – Brownie
              Mar 28 at 1:17










            • $begingroup$
              @Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
              $endgroup$
              – user549397
              Mar 28 at 1:19










            • $begingroup$
              Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
              $endgroup$
              – Brownie
              Mar 28 at 1:29















            $begingroup$
            Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
            $endgroup$
            – Brownie
            Mar 28 at 1:08




            $begingroup$
            Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
            $endgroup$
            – Brownie
            Mar 28 at 1:08












            $begingroup$
            @Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
            $endgroup$
            – user549397
            Mar 28 at 1:16




            $begingroup$
            @Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
            $endgroup$
            – user549397
            Mar 28 at 1:16












            $begingroup$
            Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
            $endgroup$
            – Brownie
            Mar 28 at 1:17




            $begingroup$
            Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
            $endgroup$
            – Brownie
            Mar 28 at 1:17












            $begingroup$
            @Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
            $endgroup$
            – user549397
            Mar 28 at 1:19




            $begingroup$
            @Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
            $endgroup$
            – user549397
            Mar 28 at 1:19












            $begingroup$
            Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
            $endgroup$
            – Brownie
            Mar 28 at 1:29




            $begingroup$
            Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
            $endgroup$
            – Brownie
            Mar 28 at 1:29











            3












            $begingroup$

            Hint:



            $$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$



            Set $a=b=1$






            share|cite|improve this answer









            $endgroup$












            • $begingroup$
              Could you break down your steps, I'm having trouble following, I'm at a very beginner level
              $endgroup$
              – Brownie
              Mar 28 at 1:09






            • 1




              $begingroup$
              @Brownie, Can you make the two binomial expansion?
              $endgroup$
              – lab bhattacharjee
              Mar 28 at 1:10










            • $begingroup$
              Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
              $endgroup$
              – Brownie
              Mar 28 at 1:13















            3












            $begingroup$

            Hint:



            $$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$



            Set $a=b=1$






            share|cite|improve this answer









            $endgroup$












            • $begingroup$
              Could you break down your steps, I'm having trouble following, I'm at a very beginner level
              $endgroup$
              – Brownie
              Mar 28 at 1:09






            • 1




              $begingroup$
              @Brownie, Can you make the two binomial expansion?
              $endgroup$
              – lab bhattacharjee
              Mar 28 at 1:10










            • $begingroup$
              Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
              $endgroup$
              – Brownie
              Mar 28 at 1:13













            3












            3








            3





            $begingroup$

            Hint:



            $$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$



            Set $a=b=1$






            share|cite|improve this answer









            $endgroup$



            Hint:



            $$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$



            Set $a=b=1$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Mar 28 at 1:03









            lab bhattacharjeelab bhattacharjee

            228k15158279




            228k15158279











            • $begingroup$
              Could you break down your steps, I'm having trouble following, I'm at a very beginner level
              $endgroup$
              – Brownie
              Mar 28 at 1:09






            • 1




              $begingroup$
              @Brownie, Can you make the two binomial expansion?
              $endgroup$
              – lab bhattacharjee
              Mar 28 at 1:10










            • $begingroup$
              Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
              $endgroup$
              – Brownie
              Mar 28 at 1:13
















            • $begingroup$
              Could you break down your steps, I'm having trouble following, I'm at a very beginner level
              $endgroup$
              – Brownie
              Mar 28 at 1:09






            • 1




              $begingroup$
              @Brownie, Can you make the two binomial expansion?
              $endgroup$
              – lab bhattacharjee
              Mar 28 at 1:10










            • $begingroup$
              Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
              $endgroup$
              – Brownie
              Mar 28 at 1:13















            $begingroup$
            Could you break down your steps, I'm having trouble following, I'm at a very beginner level
            $endgroup$
            – Brownie
            Mar 28 at 1:09




            $begingroup$
            Could you break down your steps, I'm having trouble following, I'm at a very beginner level
            $endgroup$
            – Brownie
            Mar 28 at 1:09




            1




            1




            $begingroup$
            @Brownie, Can you make the two binomial expansion?
            $endgroup$
            – lab bhattacharjee
            Mar 28 at 1:10




            $begingroup$
            @Brownie, Can you make the two binomial expansion?
            $endgroup$
            – lab bhattacharjee
            Mar 28 at 1:10












            $begingroup$
            Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
            $endgroup$
            – Brownie
            Mar 28 at 1:13




            $begingroup$
            Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
            $endgroup$
            – Brownie
            Mar 28 at 1:13











            3












            $begingroup$

            Solution $1$:



            $$
            sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
            $$



            Solution $2$:



            The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.






            share|cite|improve this answer











            $endgroup$












            • $begingroup$
              Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
              $endgroup$
              – Brownie
              Mar 28 at 1:11











            • $begingroup$
              @Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
              $endgroup$
              – Mike Earnest
              Mar 28 at 1:19















            3












            $begingroup$

            Solution $1$:



            $$
            sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
            $$



            Solution $2$:



            The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.






            share|cite|improve this answer











            $endgroup$












            • $begingroup$
              Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
              $endgroup$
              – Brownie
              Mar 28 at 1:11











            • $begingroup$
              @Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
              $endgroup$
              – Mike Earnest
              Mar 28 at 1:19













            3












            3








            3





            $begingroup$

            Solution $1$:



            $$
            sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
            $$



            Solution $2$:



            The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.






            share|cite|improve this answer











            $endgroup$



            Solution $1$:



            $$
            sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
            $$



            Solution $2$:



            The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Mar 28 at 1:12

























            answered Mar 28 at 1:08









            Mike EarnestMike Earnest

            26.3k22151




            26.3k22151











            • $begingroup$
              Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
              $endgroup$
              – Brownie
              Mar 28 at 1:11











            • $begingroup$
              @Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
              $endgroup$
              – Mike Earnest
              Mar 28 at 1:19
















            • $begingroup$
              Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
              $endgroup$
              – Brownie
              Mar 28 at 1:11











            • $begingroup$
              @Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
              $endgroup$
              – Mike Earnest
              Mar 28 at 1:19















            $begingroup$
            Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
            $endgroup$
            – Brownie
            Mar 28 at 1:11





            $begingroup$
            Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
            $endgroup$
            – Brownie
            Mar 28 at 1:11













            $begingroup$
            @Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
            $endgroup$
            – Mike Earnest
            Mar 28 at 1:19




            $begingroup$
            @Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
            $endgroup$
            – Mike Earnest
            Mar 28 at 1:19











            3












            $begingroup$

            Here's a part of the Pascal triangle:
            enter image description here



            Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.



            Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
            enter image description here
            because of the know relation



            beginaligned
            left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned



            giving us



            beginaligned
            left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
            left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
            left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
            endaligned



            Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
            $$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$



            the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):



            $$colorblack2^5over 2 = 2^4 = 16$$



            for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result



            $$colorred2^2n+1over 2 = 2^2n$$






            share|cite|improve this answer











            $endgroup$

















              3












              $begingroup$

              Here's a part of the Pascal triangle:
              enter image description here



              Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.



              Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
              enter image description here
              because of the know relation



              beginaligned
              left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned



              giving us



              beginaligned
              left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
              left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
              left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
              endaligned



              Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
              $$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$



              the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):



              $$colorblack2^5over 2 = 2^4 = 16$$



              for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result



              $$colorred2^2n+1over 2 = 2^2n$$






              share|cite|improve this answer











              $endgroup$















                3












                3








                3





                $begingroup$

                Here's a part of the Pascal triangle:
                enter image description here



                Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.



                Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
                enter image description here
                because of the know relation



                beginaligned
                left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned



                giving us



                beginaligned
                left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
                left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
                left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
                endaligned



                Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
                $$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$



                the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):



                $$colorblack2^5over 2 = 2^4 = 16$$



                for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result



                $$colorred2^2n+1over 2 = 2^2n$$






                share|cite|improve this answer











                $endgroup$



                Here's a part of the Pascal triangle:
                enter image description here



                Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.



                Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
                enter image description here
                because of the know relation



                beginaligned
                left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned



                giving us



                beginaligned
                left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
                left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
                left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
                endaligned



                Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
                $$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$



                the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):



                $$colorblack2^5over 2 = 2^4 = 16$$



                for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result



                $$colorred2^2n+1over 2 = 2^2n$$







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Mar 28 at 3:07

























                answered Mar 28 at 2:54









                MarianDMarianD

                1,8961617




                1,8961617



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165338%2fevaluate-sum-k-0n-2n-1-choose-2k-1%23new-answer', 'question_page');

                    );

                    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







                    Popular posts from this blog

                    Boston (Lincolnshire) Stedsbyld | Berne yn Boston | NavigaasjemenuBoston Borough CouncilBoston, Lincolnshire

                    Ballerup Komuun Stääden an saarpen | Futnuuten | Luke uk diar | Nawigatsjuunwww.ballerup.dkwww.statistikbanken.dk: Tabelle BEF44 (Folketal pr. 1. januar fordelt på byer)Commonskategorii: Ballerup Komuun55° 44′ N, 12° 22′ O

                    Serbia Índice Etimología Historia Geografía Entorno natural División administrativa Política Demografía Economía Cultura Deportes Véase también Notas Referencias Bibliografía Enlaces externos Menú de navegación44°49′00″N 20°28′00″E / 44.816666666667, 20.46666666666744°49′00″N 20°28′00″E / 44.816666666667, 20.466666666667U.S. Department of Commerce (2015)«Informe sobre Desarrollo Humano 2018»Kosovo-Metohija.Neutralna Srbija u NATO okruzenju.The SerbsTheories on the Origin of the Serbs.Serbia.Earls: Webster's Quotations, Facts and Phrases.Egeo y Balcanes.Kalemegdan.Southern Pannonia during the age of the Great Migrations.Culture in Serbia.History.The Serbian Origin of the Montenegrins.Nemanjics' period (1186-1353).Stefan Uros (1355-1371).Serbian medieval history.Habsburg–Ottoman Wars (1525–1718).The Ottoman Empire, 1700-1922.The First Serbian Uprising.Miloš, prince of Serbia.3. Bosnia-Hercegovina and the Congress of Berlin.The Balkan Wars and the Partition of Macedonia.The Falcon and the Eagle: Montenegro and Austria-Hungary, 1908-1914.Typhus fever on the eastern front in World War I.Anniversary of WWI battle marked in Serbia.La derrota austriaca en los Balcanes. Fin del Imperio Austro-Húngaro.Imperio austriaco y Reino de Hungría.Los tiempos modernos: del capitalismo a la globalización, siglos XVII al XXI.The period of Croatia within ex-Yugoslavia.Yugoslavia: Much in a Name.Las dictaduras europeas.Croacia: mito y realidad."Crods ask arms".Prólogo a la invasión.La campaña de los Balcanes.La resistencia en Yugoslavia.Jasenovac Research Institute.Día en memoria de las víctimas del genocidio en la Segunda Guerra Mundial.El infierno estuvo en Jasenovac.Croacia empieza a «desenterrar» a sus muertos de Jasenovac.World fascism: a historical encyclopedia, Volumen 1.Tito. Josip Broz.El nuevo orden y la resistencia.La conquista del poder.Algunos aspectos de la economía yugoslava a mediados de 1962.Albania-Kosovo crisis.De Kosovo a Kosova: una visión demográfica.La crisis de la economía yugoslava y la política de "estabilización".Milosevic: el poder de un absolutista."Serbia under Milošević: politics in the 1990s"Milosevic cavó en Kosovo la tumba de la antigua Yugoslavia.La ONU exculpa a Serbia de genocidio en la guerra de Bosnia.Slobodan Milosevic, el burócrata que supo usar el odio.Es la fuerza contra el sufrimiento de muchos inocentes.Matanza de civiles al bombardear la OTAN un puente mientras pasaba un tren.Las consecuencias negativas de los bombardeos de Yugoslavia se sentirán aún durante largo tiempo.Kostunica advierte que la misión de Europa en Kosovo es ilegal.Las 24 horas más largas en la vida de Slobodan Milosevic.Serbia declara la guerra a la mafia por matar a Djindjic.Tadic presentará "quizás en diciembre" la solicitud de entrada en la UE.Montenegro declara su independencia de Serbia.Serbia se declara estado soberano tras separación de Montenegro.«Accordance with International Law of the Unilateral Declaration of Independence by the Provisional Institutions of Self-Government of Kosovo (Request for Advisory Opinion)»Mladic pasa por el médico antes de la audiencia para extraditarloDatos de Serbia y Kosovo.The Carpathian Mountains.Position, Relief, Climate.Transport.Finding birds in Serbia.U Srbiji do 2010. godine 10% teritorije nacionalni parkovi.Geography.Serbia: Climate.Variability of Climate In Serbia In The Second Half of The 20thc Entury.BASIC CLIMATE CHARACTERISTICS FOR THE TERRITORY OF SERBIA.Fauna y flora: Serbia.Serbia and Montenegro.Información general sobre Serbia.Republic of Serbia Environmental Protection Agency (SEPA).Serbia recycling 15% of waste.Reform process of the Serbian energy sector.20-MW Wind Project Being Developed in Serbia.Las Naciones Unidas. Paz para Kosovo.Aniversario sin fiesta.Population by national or ethnic groups by Census 2002.Article 7. Coat of arms, flag and national anthem.Serbia, flag of.Historia.«Serbia and Montenegro in Pictures»Serbia.Serbia aprueba su nueva Constitución con un apoyo de más del 50%.Serbia. Population.«El nacionalista Nikolic gana las elecciones presidenciales en Serbia»El europeísta Borís Tadic gana la segunda vuelta de las presidenciales serbias.Aleksandar Vucic, de ultranacionalista serbio a fervoroso europeístaKostunica condena la declaración del "falso estado" de Kosovo.Comienza el debate sobre la independencia de Kosovo en el TIJ.La Corte Internacional de Justicia dice que Kosovo no violó el derecho internacional al declarar su independenciaKosovo: Enviado de la ONU advierte tensiones y fragilidad.«Bruselas recomienda negociar la adhesión de Serbia tras el acuerdo sobre Kosovo»Monografía de Serbia.Bez smanjivanja Vojske Srbije.Military statistics Serbia and Montenegro.Šutanovac: Vojni budžet za 2009. godinu 70 milijardi dinara.Serbia-Montenegro shortens obligatory military service to six months.No hay justicia para las víctimas de los bombardeos de la OTAN.Zapatero reitera la negativa de España a reconocer la independencia de Kosovo.Anniversary of the signing of the Stabilisation and Association Agreement.Detenido en Serbia Radovan Karadzic, el criminal de guerra más buscado de Europa."Serbia presentará su candidatura de acceso a la UE antes de fin de año".Serbia solicita la adhesión a la UE.Detenido el exgeneral serbobosnio Ratko Mladic, principal acusado del genocidio en los Balcanes«Lista de todos los Estados Miembros de las Naciones Unidas que son parte o signatarios en los diversos instrumentos de derechos humanos de las Naciones Unidas»versión pdfProtocolo Facultativo de la Convención sobre la Eliminación de todas las Formas de Discriminación contra la MujerConvención contra la tortura y otros tratos o penas crueles, inhumanos o degradantesversión pdfProtocolo Facultativo de la Convención sobre los Derechos de las Personas con DiscapacidadEl ACNUR recibe con beneplácito el envío de tropas de la OTAN a Kosovo y se prepara ante una posible llegada de refugiados a Serbia.Kosovo.- El jefe de la Minuk denuncia que los serbios boicotearon las legislativas por 'presiones'.Bosnia and Herzegovina. Population.Datos básicos de Montenegro, historia y evolución política.Serbia y Montenegro. Indicador: Tasa global de fecundidad (por 1000 habitantes).Serbia y Montenegro. Indicador: Tasa bruta de mortalidad (por 1000 habitantes).Population.Falleció el patriarca de la Iglesia Ortodoxa serbia.Atacan en Kosovo autobuses con peregrinos tras la investidura del patriarca serbio IrinejSerbian in Hungary.Tasas de cambio."Kosovo es de todos sus ciudadanos".Report for Serbia.Country groups by income.GROSS DOMESTIC PRODUCT (GDP) OF THE REPUBLIC OF SERBIA 1997–2007.Economic Trends in the Republic of Serbia 2006.National Accounts Statitics.Саопштења за јавност.GDP per inhabitant varied by one to six across the EU27 Member States.Un pacto de estabilidad para Serbia.Unemployment rate rises in Serbia.Serbia, Belarus agree free trade to woo investors.Serbia, Turkey call investors to Serbia.Success Stories.U.S. Private Investment in Serbia and Montenegro.Positive trend.Banks in Serbia.La Cámara de Comercio acompaña a empresas madrileñas a Serbia y Croacia.Serbia Industries.Energy and mining.Agriculture.Late crops, fruit and grapes output, 2008.Rebranding Serbia: A Hobby Shortly to Become a Full-Time Job.Final data on livestock statistics, 2008.Serbian cell-phone users.U Srbiji sve više računara.Телекомуникације.U Srbiji 27 odsto gradjana koristi Internet.Serbia and Montenegro.Тренд гледаности програма РТС-а у 2008. и 2009.години.Serbian railways.General Terms.El mercado del transporte aéreo en Serbia.Statistics.Vehículos de motor registrados.Planes ambiciosos para el transporte fluvial.Turismo.Turistički promet u Republici Srbiji u periodu januar-novembar 2007. godine.Your Guide to Culture.Novi Sad - city of culture.Nis - european crossroads.Serbia. Properties inscribed on the World Heritage List .Stari Ras and Sopoćani.Studenica Monastery.Medieval Monuments in Kosovo.Gamzigrad-Romuliana, Palace of Galerius.Skiing and snowboarding in Kopaonik.Tara.New7Wonders of Nature Finalists.Pilgrimage of Saint Sava.Exit Festival: Best european festival.Banje u Srbiji.«The Encyclopedia of world history»Culture.Centenario del arte serbio.«Djordje Andrejevic Kun: el único pintor de los brigadistas yugoslavos de la guerra civil española»About the museum.The collections.Miroslav Gospel – Manuscript from 1180.Historicity in the Serbo-Croatian Heroic Epic.Culture and Sport.Conversación con el rector del Seminario San Sava.'Reina Margot' funde drama, historia y gesto con música de Goran Bregovic.Serbia gana Eurovisión y España decepciona de nuevo con un vigésimo puesto.Home.Story.Emir Kusturica.Tercer oro para Paskaljevic.Nikola Tesla Year.Home.Tesla, un genio tomado por loco.Aniversario de la muerte de Nikola Tesla.El Museo Nikola Tesla en Belgrado.El inventor del mundo actual.República de Serbia.University of Belgrade official statistics.University of Novi Sad.University of Kragujevac.University of Nis.Comida. Cocina serbia.Cooking.Montenegro se convertirá en el miembro 204 del movimiento olímpico.España, campeona de Europa de baloncesto.El Partizan de Belgrado se corona campeón por octava vez consecutiva.Serbia se clasifica para el Mundial de 2010 de Sudáfrica.Serbia Name Squad For Northern Ireland And South Korea Tests.Fútbol.- El Partizán de Belgrado se proclama campeón de la Liga serbia.Clasificacion final Mundial de balonmano Croacia 2009.Serbia vence a España y se consagra campeón mundial de waterpolo.Novak Djokovic no convence pero gana en Australia.Gana Ana Ivanovic el Roland Garros.Serena Williams gana el US Open por tercera vez.Biography.Bradt Travel Guide SerbiaThe Encyclopedia of World War IGobierno de SerbiaPortal del Gobierno de SerbiaPresidencia de SerbiaAsamblea Nacional SerbiaMinisterio de Asuntos exteriores de SerbiaBanco Nacional de SerbiaAgencia Serbia para la Promoción de la Inversión y la ExportaciónOficina de Estadísticas de SerbiaCIA. Factbook 2008Organización nacional de turismo de SerbiaDiscover SerbiaConoce SerbiaNoticias de SerbiaSerbiaWorldCat1512028760000 0000 9526 67094054598-2n8519591900570825ge1309191004530741010url17413117006669D055771Serbia