Number of Sequences of $1$'s $2$'s and $3$'s with Restriction The Next CEO of Stack OverflowCounting number of $k$-sequencesNumber of permutations given a sequence of 5 letters that are offset from 1-9Number of seating arrangements in 5 carsCount permutations with given cost and divisbiltycount permutations that do not contain repeated combinationsNumber of subsets from an ordered set where adjacent elements may or may not be tied togetherNumber of ordered permutations within a larger permutation.Binary Permutations With RestrictionFinding the number of permutationsRecognizing combinations/permutation problems.

Is there a difference between "Fahrstuhl" and "Aufzug"

How to start emacs in "nothing" mode (`fundamental-mode`)

Several mode to write the symbol of a vector

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

How does the mv command work with external drives?

Bold, vivid family

Why does the UK parliament need a vote on the political declaration?

Why do we use the plural of movies in this phrase "We went to the movies last night."?

Can you replace a racial trait cantrip when leveling up?

Can I equip Skullclamp on a creature I am sacrificing?

Is there an analogue of projective spaces for proper schemes?

Why didn't Khan get resurrected in the Genesis Explosion?

How to count occurrences of text in a file?

Is it professional to write unrelated content in an almost-empty email?

Can I run my washing machine drain line into a condensate pump so it drains better?

Is it possible to search for a directory/file combination?

How to solve a differential equation with a term to a power?

How fast would a person need to move to trick the eye?

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

To not tell, not take, and not want

Why does standard notation not preserve intervals (visually)

Why don't programming languages automatically manage the synchronous/asynchronous problem?

Are there any limitations on attacking while grappling?



Number of Sequences of $1$'s $2$'s and $3$'s with Restriction



The Next CEO of Stack OverflowCounting number of $k$-sequencesNumber of permutations given a sequence of 5 letters that are offset from 1-9Number of seating arrangements in 5 carsCount permutations with given cost and divisbiltycount permutations that do not contain repeated combinationsNumber of subsets from an ordered set where adjacent elements may or may not be tied togetherNumber of ordered permutations within a larger permutation.Binary Permutations With RestrictionFinding the number of permutationsRecognizing combinations/permutation problems.










2












$begingroup$



We want to write down a sequence of $n$ numbers, where each number
must be a $1,2$ or a $3$. The restriction is that there must be a $1$
between each two $2$'s and a $2$ between each two $1$'s. In how many
ways can this be done?




Starting with $n=1$ we have simply $1,2$ or $3$ so these are only 3 ways.



for $n=2$ we can write $12,13,21,23,31,32,33$ so we have 7 ways.



For $n=3$ we have $$121,123,133,212,213,233,312,321,333,323,313,332,331,132,231$$



which is counted to be $15$. So we have the number of ways as the sequence $3,7,15,...$ for $n=1,2,3,...$.



Proceeding like this is not a smart way since we start getting lots of different permutations of these sequence. Is there any smart way of thinking?










share|cite|improve this question











$endgroup$











  • $begingroup$
    I'm not sure I quite understand the question statement, as for $n=3$, you put $131$ and $232$ as possibilities. Was this a mistake? Otherwise, the question simply reduces to how many sequences are there where there are no consecutive $2$'s or $3$'s.
    $endgroup$
    – Isaac Browne
    Mar 18 at 20:12







  • 1




    $begingroup$
    Yes, I bet it's a mistake, and so is $131$ then. The answer is $2^n+1-1$ by the way, So it seems I found 13 of 15 permutations for $n=3.$
    $endgroup$
    – Parseval
    Mar 18 at 20:18










  • $begingroup$
    Yes, 132 is fine. I edited.
    $endgroup$
    – Parseval
    Mar 18 at 20:23















2












$begingroup$



We want to write down a sequence of $n$ numbers, where each number
must be a $1,2$ or a $3$. The restriction is that there must be a $1$
between each two $2$'s and a $2$ between each two $1$'s. In how many
ways can this be done?




Starting with $n=1$ we have simply $1,2$ or $3$ so these are only 3 ways.



for $n=2$ we can write $12,13,21,23,31,32,33$ so we have 7 ways.



For $n=3$ we have $$121,123,133,212,213,233,312,321,333,323,313,332,331,132,231$$



which is counted to be $15$. So we have the number of ways as the sequence $3,7,15,...$ for $n=1,2,3,...$.



Proceeding like this is not a smart way since we start getting lots of different permutations of these sequence. Is there any smart way of thinking?










share|cite|improve this question











$endgroup$











  • $begingroup$
    I'm not sure I quite understand the question statement, as for $n=3$, you put $131$ and $232$ as possibilities. Was this a mistake? Otherwise, the question simply reduces to how many sequences are there where there are no consecutive $2$'s or $3$'s.
    $endgroup$
    – Isaac Browne
    Mar 18 at 20:12







  • 1




    $begingroup$
    Yes, I bet it's a mistake, and so is $131$ then. The answer is $2^n+1-1$ by the way, So it seems I found 13 of 15 permutations for $n=3.$
    $endgroup$
    – Parseval
    Mar 18 at 20:18










  • $begingroup$
    Yes, 132 is fine. I edited.
    $endgroup$
    – Parseval
    Mar 18 at 20:23













2












2








2





$begingroup$



We want to write down a sequence of $n$ numbers, where each number
must be a $1,2$ or a $3$. The restriction is that there must be a $1$
between each two $2$'s and a $2$ between each two $1$'s. In how many
ways can this be done?




Starting with $n=1$ we have simply $1,2$ or $3$ so these are only 3 ways.



for $n=2$ we can write $12,13,21,23,31,32,33$ so we have 7 ways.



For $n=3$ we have $$121,123,133,212,213,233,312,321,333,323,313,332,331,132,231$$



which is counted to be $15$. So we have the number of ways as the sequence $3,7,15,...$ for $n=1,2,3,...$.



Proceeding like this is not a smart way since we start getting lots of different permutations of these sequence. Is there any smart way of thinking?










share|cite|improve this question











$endgroup$





We want to write down a sequence of $n$ numbers, where each number
must be a $1,2$ or a $3$. The restriction is that there must be a $1$
between each two $2$'s and a $2$ between each two $1$'s. In how many
ways can this be done?




Starting with $n=1$ we have simply $1,2$ or $3$ so these are only 3 ways.



for $n=2$ we can write $12,13,21,23,31,32,33$ so we have 7 ways.



For $n=3$ we have $$121,123,133,212,213,233,312,321,333,323,313,332,331,132,231$$



which is counted to be $15$. So we have the number of ways as the sequence $3,7,15,...$ for $n=1,2,3,...$.



Proceeding like this is not a smart way since we start getting lots of different permutations of these sequence. Is there any smart way of thinking?







combinatorics discrete-mathematics permutations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 18 at 20:26









Isaac Browne

5,32751334




5,32751334










asked Mar 18 at 20:03









ParsevalParseval

3,0771719




3,0771719











  • $begingroup$
    I'm not sure I quite understand the question statement, as for $n=3$, you put $131$ and $232$ as possibilities. Was this a mistake? Otherwise, the question simply reduces to how many sequences are there where there are no consecutive $2$'s or $3$'s.
    $endgroup$
    – Isaac Browne
    Mar 18 at 20:12







  • 1




    $begingroup$
    Yes, I bet it's a mistake, and so is $131$ then. The answer is $2^n+1-1$ by the way, So it seems I found 13 of 15 permutations for $n=3.$
    $endgroup$
    – Parseval
    Mar 18 at 20:18










  • $begingroup$
    Yes, 132 is fine. I edited.
    $endgroup$
    – Parseval
    Mar 18 at 20:23
















  • $begingroup$
    I'm not sure I quite understand the question statement, as for $n=3$, you put $131$ and $232$ as possibilities. Was this a mistake? Otherwise, the question simply reduces to how many sequences are there where there are no consecutive $2$'s or $3$'s.
    $endgroup$
    – Isaac Browne
    Mar 18 at 20:12







  • 1




    $begingroup$
    Yes, I bet it's a mistake, and so is $131$ then. The answer is $2^n+1-1$ by the way, So it seems I found 13 of 15 permutations for $n=3.$
    $endgroup$
    – Parseval
    Mar 18 at 20:18










  • $begingroup$
    Yes, 132 is fine. I edited.
    $endgroup$
    – Parseval
    Mar 18 at 20:23















$begingroup$
I'm not sure I quite understand the question statement, as for $n=3$, you put $131$ and $232$ as possibilities. Was this a mistake? Otherwise, the question simply reduces to how many sequences are there where there are no consecutive $2$'s or $3$'s.
$endgroup$
– Isaac Browne
Mar 18 at 20:12





$begingroup$
I'm not sure I quite understand the question statement, as for $n=3$, you put $131$ and $232$ as possibilities. Was this a mistake? Otherwise, the question simply reduces to how many sequences are there where there are no consecutive $2$'s or $3$'s.
$endgroup$
– Isaac Browne
Mar 18 at 20:12





1




1




$begingroup$
Yes, I bet it's a mistake, and so is $131$ then. The answer is $2^n+1-1$ by the way, So it seems I found 13 of 15 permutations for $n=3.$
$endgroup$
– Parseval
Mar 18 at 20:18




$begingroup$
Yes, I bet it's a mistake, and so is $131$ then. The answer is $2^n+1-1$ by the way, So it seems I found 13 of 15 permutations for $n=3.$
$endgroup$
– Parseval
Mar 18 at 20:18












$begingroup$
Yes, 132 is fine. I edited.
$endgroup$
– Parseval
Mar 18 at 20:23




$begingroup$
Yes, 132 is fine. I edited.
$endgroup$
– Parseval
Mar 18 at 20:23










2 Answers
2






active

oldest

votes


















4












$begingroup$

If we construct the sequence term by term, we notice that after we encounter a $1$ or a $2$, we only have two options for each subsequent term, as we'll need a $2$ or a $1$ before we can write a $1$ or a $2$ again, respectively.



Thus, we can case on how many $3$'s are in the beginning of the sequence. Doing so, we get the sum
$$sum_i=0^n 2^n-i = 2^n+1 - 1$$
where $i$ is the number of $3$'s starting the sequence (so $n-i$ is the amount leftover).






share|cite|improve this answer









$endgroup$




















    4












    $begingroup$

    Suppose the list is not all $3$s. Choose which subset of the entries are $3$ in $2^n-1$ ways. What remains consists of a nonzero number $1$s and $2$s, and must alternate either $1212dots$ or $2121dots$ There are two choices, for a grand total of $(2^n-1)cdot 2$ sequences. Adding in the sequence of all threes, you get $$2(2^n-1)+1=2^n+1-1.$$






    share|cite|improve this answer









    $endgroup$












    • $begingroup$
      Why can I choose which subset of the entries are $3$ in $2^n-1$ ways? I don't see how you came up with $2^n-1$.
      $endgroup$
      – Parseval
      Mar 19 at 10:14







    • 1




      $begingroup$
      @Parseval It's because for each entry, there are two possibilities, either it is a $3$, or it is not a $3$. And so the total possibilites of choosing the subset of entries which are $3$ is $2^n$, but then we subtract $1$ because we supposed the list was not all $3$'s.
      $endgroup$
      – Isaac Browne
      Mar 19 at 13:12












    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%2f3153246%2fnumber-of-sequences-of-1s-2s-and-3s-with-restriction%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4












    $begingroup$

    If we construct the sequence term by term, we notice that after we encounter a $1$ or a $2$, we only have two options for each subsequent term, as we'll need a $2$ or a $1$ before we can write a $1$ or a $2$ again, respectively.



    Thus, we can case on how many $3$'s are in the beginning of the sequence. Doing so, we get the sum
    $$sum_i=0^n 2^n-i = 2^n+1 - 1$$
    where $i$ is the number of $3$'s starting the sequence (so $n-i$ is the amount leftover).






    share|cite|improve this answer









    $endgroup$

















      4












      $begingroup$

      If we construct the sequence term by term, we notice that after we encounter a $1$ or a $2$, we only have two options for each subsequent term, as we'll need a $2$ or a $1$ before we can write a $1$ or a $2$ again, respectively.



      Thus, we can case on how many $3$'s are in the beginning of the sequence. Doing so, we get the sum
      $$sum_i=0^n 2^n-i = 2^n+1 - 1$$
      where $i$ is the number of $3$'s starting the sequence (so $n-i$ is the amount leftover).






      share|cite|improve this answer









      $endgroup$















        4












        4








        4





        $begingroup$

        If we construct the sequence term by term, we notice that after we encounter a $1$ or a $2$, we only have two options for each subsequent term, as we'll need a $2$ or a $1$ before we can write a $1$ or a $2$ again, respectively.



        Thus, we can case on how many $3$'s are in the beginning of the sequence. Doing so, we get the sum
        $$sum_i=0^n 2^n-i = 2^n+1 - 1$$
        where $i$ is the number of $3$'s starting the sequence (so $n-i$ is the amount leftover).






        share|cite|improve this answer









        $endgroup$



        If we construct the sequence term by term, we notice that after we encounter a $1$ or a $2$, we only have two options for each subsequent term, as we'll need a $2$ or a $1$ before we can write a $1$ or a $2$ again, respectively.



        Thus, we can case on how many $3$'s are in the beginning of the sequence. Doing so, we get the sum
        $$sum_i=0^n 2^n-i = 2^n+1 - 1$$
        where $i$ is the number of $3$'s starting the sequence (so $n-i$ is the amount leftover).







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Mar 18 at 20:21









        Isaac BrowneIsaac Browne

        5,32751334




        5,32751334





















            4












            $begingroup$

            Suppose the list is not all $3$s. Choose which subset of the entries are $3$ in $2^n-1$ ways. What remains consists of a nonzero number $1$s and $2$s, and must alternate either $1212dots$ or $2121dots$ There are two choices, for a grand total of $(2^n-1)cdot 2$ sequences. Adding in the sequence of all threes, you get $$2(2^n-1)+1=2^n+1-1.$$






            share|cite|improve this answer









            $endgroup$












            • $begingroup$
              Why can I choose which subset of the entries are $3$ in $2^n-1$ ways? I don't see how you came up with $2^n-1$.
              $endgroup$
              – Parseval
              Mar 19 at 10:14







            • 1




              $begingroup$
              @Parseval It's because for each entry, there are two possibilities, either it is a $3$, or it is not a $3$. And so the total possibilites of choosing the subset of entries which are $3$ is $2^n$, but then we subtract $1$ because we supposed the list was not all $3$'s.
              $endgroup$
              – Isaac Browne
              Mar 19 at 13:12
















            4












            $begingroup$

            Suppose the list is not all $3$s. Choose which subset of the entries are $3$ in $2^n-1$ ways. What remains consists of a nonzero number $1$s and $2$s, and must alternate either $1212dots$ or $2121dots$ There are two choices, for a grand total of $(2^n-1)cdot 2$ sequences. Adding in the sequence of all threes, you get $$2(2^n-1)+1=2^n+1-1.$$






            share|cite|improve this answer









            $endgroup$












            • $begingroup$
              Why can I choose which subset of the entries are $3$ in $2^n-1$ ways? I don't see how you came up with $2^n-1$.
              $endgroup$
              – Parseval
              Mar 19 at 10:14







            • 1




              $begingroup$
              @Parseval It's because for each entry, there are two possibilities, either it is a $3$, or it is not a $3$. And so the total possibilites of choosing the subset of entries which are $3$ is $2^n$, but then we subtract $1$ because we supposed the list was not all $3$'s.
              $endgroup$
              – Isaac Browne
              Mar 19 at 13:12














            4












            4








            4





            $begingroup$

            Suppose the list is not all $3$s. Choose which subset of the entries are $3$ in $2^n-1$ ways. What remains consists of a nonzero number $1$s and $2$s, and must alternate either $1212dots$ or $2121dots$ There are two choices, for a grand total of $(2^n-1)cdot 2$ sequences. Adding in the sequence of all threes, you get $$2(2^n-1)+1=2^n+1-1.$$






            share|cite|improve this answer









            $endgroup$



            Suppose the list is not all $3$s. Choose which subset of the entries are $3$ in $2^n-1$ ways. What remains consists of a nonzero number $1$s and $2$s, and must alternate either $1212dots$ or $2121dots$ There are two choices, for a grand total of $(2^n-1)cdot 2$ sequences. Adding in the sequence of all threes, you get $$2(2^n-1)+1=2^n+1-1.$$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Mar 18 at 20:32









            Mike EarnestMike Earnest

            26.2k22151




            26.2k22151











            • $begingroup$
              Why can I choose which subset of the entries are $3$ in $2^n-1$ ways? I don't see how you came up with $2^n-1$.
              $endgroup$
              – Parseval
              Mar 19 at 10:14







            • 1




              $begingroup$
              @Parseval It's because for each entry, there are two possibilities, either it is a $3$, or it is not a $3$. And so the total possibilites of choosing the subset of entries which are $3$ is $2^n$, but then we subtract $1$ because we supposed the list was not all $3$'s.
              $endgroup$
              – Isaac Browne
              Mar 19 at 13:12

















            • $begingroup$
              Why can I choose which subset of the entries are $3$ in $2^n-1$ ways? I don't see how you came up with $2^n-1$.
              $endgroup$
              – Parseval
              Mar 19 at 10:14







            • 1




              $begingroup$
              @Parseval It's because for each entry, there are two possibilities, either it is a $3$, or it is not a $3$. And so the total possibilites of choosing the subset of entries which are $3$ is $2^n$, but then we subtract $1$ because we supposed the list was not all $3$'s.
              $endgroup$
              – Isaac Browne
              Mar 19 at 13:12
















            $begingroup$
            Why can I choose which subset of the entries are $3$ in $2^n-1$ ways? I don't see how you came up with $2^n-1$.
            $endgroup$
            – Parseval
            Mar 19 at 10:14





            $begingroup$
            Why can I choose which subset of the entries are $3$ in $2^n-1$ ways? I don't see how you came up with $2^n-1$.
            $endgroup$
            – Parseval
            Mar 19 at 10:14





            1




            1




            $begingroup$
            @Parseval It's because for each entry, there are two possibilities, either it is a $3$, or it is not a $3$. And so the total possibilites of choosing the subset of entries which are $3$ is $2^n$, but then we subtract $1$ because we supposed the list was not all $3$'s.
            $endgroup$
            – Isaac Browne
            Mar 19 at 13:12





            $begingroup$
            @Parseval It's because for each entry, there are two possibilities, either it is a $3$, or it is not a $3$. And so the total possibilites of choosing the subset of entries which are $3$ is $2^n$, but then we subtract $1$ because we supposed the list was not all $3$'s.
            $endgroup$
            – Isaac Browne
            Mar 19 at 13:12


















            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%2f3153246%2fnumber-of-sequences-of-1s-2s-and-3s-with-restriction%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

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer