Recursion and Catalan Numbers

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite













Consider the sequence defined by
$$
begincases
r_0=1\
r_1=3\
r_n=6r_n-1-9r_n-2 & textif nge 2
endcases
.$$
Find a closed form for $r_n$.



Your response should be a formula in terms of $n$, and should not contain terms such as $r_n,$ $r_n-1,$ and so on. Do not include $``r_n=text''$ in your response.




I realize that the characteristic equation of the recurrence is $c^2-6c+9$ and that can be factored into $(c-3)(c-3)$. So, I then have $$r_0 = lambda_1+lambda_2$$ and $$r_1 = 3lambda_1+3lambda_2.$$ But shouldn't this have infinite solutions?







share|cite|improve this question
























    up vote
    2
    down vote

    favorite













    Consider the sequence defined by
    $$
    begincases
    r_0=1\
    r_1=3\
    r_n=6r_n-1-9r_n-2 & textif nge 2
    endcases
    .$$
    Find a closed form for $r_n$.



    Your response should be a formula in terms of $n$, and should not contain terms such as $r_n,$ $r_n-1,$ and so on. Do not include $``r_n=text''$ in your response.




    I realize that the characteristic equation of the recurrence is $c^2-6c+9$ and that can be factored into $(c-3)(c-3)$. So, I then have $$r_0 = lambda_1+lambda_2$$ and $$r_1 = 3lambda_1+3lambda_2.$$ But shouldn't this have infinite solutions?







    share|cite|improve this question






















      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite












      Consider the sequence defined by
      $$
      begincases
      r_0=1\
      r_1=3\
      r_n=6r_n-1-9r_n-2 & textif nge 2
      endcases
      .$$
      Find a closed form for $r_n$.



      Your response should be a formula in terms of $n$, and should not contain terms such as $r_n,$ $r_n-1,$ and so on. Do not include $``r_n=text''$ in your response.




      I realize that the characteristic equation of the recurrence is $c^2-6c+9$ and that can be factored into $(c-3)(c-3)$. So, I then have $$r_0 = lambda_1+lambda_2$$ and $$r_1 = 3lambda_1+3lambda_2.$$ But shouldn't this have infinite solutions?







      share|cite|improve this question













      Consider the sequence defined by
      $$
      begincases
      r_0=1\
      r_1=3\
      r_n=6r_n-1-9r_n-2 & textif nge 2
      endcases
      .$$
      Find a closed form for $r_n$.



      Your response should be a formula in terms of $n$, and should not contain terms such as $r_n,$ $r_n-1,$ and so on. Do not include $``r_n=text''$ in your response.




      I realize that the characteristic equation of the recurrence is $c^2-6c+9$ and that can be factored into $(c-3)(c-3)$. So, I then have $$r_0 = lambda_1+lambda_2$$ and $$r_1 = 3lambda_1+3lambda_2.$$ But shouldn't this have infinite solutions?









      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Aug 25 at 5:35









      WolverineA03

      1427




      1427




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          Hint. This is a constant-recursive sequence in which the characteristic polynomial has a double root equal to $3$. In this case, the general term has the form $c_n = (lambda_1 + n lambda_2)3^n$.






          share|cite|improve this answer




















            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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f2893819%2frecursion-and-catalan-numbers%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            Hint. This is a constant-recursive sequence in which the characteristic polynomial has a double root equal to $3$. In this case, the general term has the form $c_n = (lambda_1 + n lambda_2)3^n$.






            share|cite|improve this answer
























              up vote
              1
              down vote













              Hint. This is a constant-recursive sequence in which the characteristic polynomial has a double root equal to $3$. In this case, the general term has the form $c_n = (lambda_1 + n lambda_2)3^n$.






              share|cite|improve this answer






















                up vote
                1
                down vote










                up vote
                1
                down vote









                Hint. This is a constant-recursive sequence in which the characteristic polynomial has a double root equal to $3$. In this case, the general term has the form $c_n = (lambda_1 + n lambda_2)3^n$.






                share|cite|improve this answer












                Hint. This is a constant-recursive sequence in which the characteristic polynomial has a double root equal to $3$. In this case, the general term has the form $c_n = (lambda_1 + n lambda_2)3^n$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Aug 25 at 6:11









                J.-E. Pin

                17.5k21753




                17.5k21753



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2893819%2frecursion-and-catalan-numbers%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    這個網誌中的熱門文章

                    Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

                    Why am i infinitely getting the same tweet with the Twitter Search API?

                    Carbon dioxide