Solve recurrence relation $a_n = 3 a_{n - 3} + a_{n-1} + 2 n$












0












$begingroup$


I am not able to solve the above recurrence relation which involves $n$. The initial conditions $a_0 = 1, a_1 = 2, a_2 = 3$, for $n geq 0$. Please try to give closed form in terms of arbitrary $a_i geq 1 $ for $i geq 0$










share|cite|improve this question









$endgroup$












  • $begingroup$
    Seems to be a duplicate of math.stackexchange.com/questions/3077056/…
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 16:27
















0












$begingroup$


I am not able to solve the above recurrence relation which involves $n$. The initial conditions $a_0 = 1, a_1 = 2, a_2 = 3$, for $n geq 0$. Please try to give closed form in terms of arbitrary $a_i geq 1 $ for $i geq 0$










share|cite|improve this question









$endgroup$












  • $begingroup$
    Seems to be a duplicate of math.stackexchange.com/questions/3077056/…
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 16:27














0












0








0


1



$begingroup$


I am not able to solve the above recurrence relation which involves $n$. The initial conditions $a_0 = 1, a_1 = 2, a_2 = 3$, for $n geq 0$. Please try to give closed form in terms of arbitrary $a_i geq 1 $ for $i geq 0$










share|cite|improve this question









$endgroup$




I am not able to solve the above recurrence relation which involves $n$. The initial conditions $a_0 = 1, a_1 = 2, a_2 = 3$, for $n geq 0$. Please try to give closed form in terms of arbitrary $a_i geq 1 $ for $i geq 0$







recurrence-relations






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 17 at 16:20









Brij Raj KishoreBrij Raj Kishore

215112




215112












  • $begingroup$
    Seems to be a duplicate of math.stackexchange.com/questions/3077056/…
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 16:27


















  • $begingroup$
    Seems to be a duplicate of math.stackexchange.com/questions/3077056/…
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 16:27
















$begingroup$
Seems to be a duplicate of math.stackexchange.com/questions/3077056/…
$endgroup$
– mathcounterexamples.net
Jan 17 at 16:27




$begingroup$
Seems to be a duplicate of math.stackexchange.com/questions/3077056/…
$endgroup$
– mathcounterexamples.net
Jan 17 at 16:27










2 Answers
2






active

oldest

votes


















3












$begingroup$

Here is what you can do:



First write $a_{n+1}=3a_{n-2}+a_n+2n+2$ (I inserted $n=n+1$ to the equation) and subtract the original equation to obtain $a_{n+1}-a_n=3a_{n-2}-3a_{n-3}+a_n-a_{n-1}+2$ which is the same as $$a_{n+1}=2a_n-a_{n-1}+3a_{n-2}-3a_{n-3}+2$$



Now do the same trick again: $a_{n+2}=2a_{n+1}-a_n+3a_{n-1}-3a_{n-2}+2$ and subtract the above equation to obtain: $$a_{n+2}=3a_{n+1}-3a_n+4a_{n-1}-6a_{n-2}+3a_{n-3}$$ Now this is a homogenous recurrence relation. Since we increased the degree by $2$, we also need to compute $a_4$ and $a_5$ and then solve the equation via classical techniques.



Edit : To solve the relation completely, you first insert $x^n$ for $a_n$ to obtain the degree $5$ polynomial $x^5-3x^4+3x^3-4x^2+6x-3=0$. Then compute all the roots of this polynomial, say $x_1,dots,x_5$. If they are all distinct, general solution of the relation is of the form $$c_1cdot x_1^n+dots+c_5cdot x_5^n$$ for $c_iinmathbb{C}$ and you can compute $c_i$ by using the initial conditions. If there is a double root, say $x_1$, (in this case $1$ is a double root and there are $3$ distinct roots) then a general solution is of the form $$c_1cdot x_1^n+c_2cdot n x_1^n+c_3cdot x_2^n+dots+c_5cdot x_4^n$$ and again, you can compute $c_i$ using the initial conditions.






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Since this eqn will become of degree 5, then how can we solve it? Can you give hint or link.
    $endgroup$
    – Brij Raj Kishore
    Jan 17 at 16:36










  • $begingroup$
    @BrijRajKishore Let me edit
    $endgroup$
    – Levent
    Jan 17 at 16:37










  • $begingroup$
    @BrijRajKishore Agree with you. It is even more difficult now!
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 16:47












  • $begingroup$
    @mathcounterexamples.net well, the classical way to solve these kind of non homogeneous equations require some techniques (like separating a solution into two parts, one solution for the homogenous part and one solution for the non homogeneous part etc.). For me, I like to reduce the case to the homogenous case and then solve it using the basic ideas. It of course increases the degree, but I don't really think it makes it harder. But probably one needs a computer to compute the roots and the coefficients.
    $endgroup$
    – Levent
    Jan 17 at 16:50












  • $begingroup$
    Well you have an easier way to reduce it to an homogeneous equation. Namely changing $a_n = b_n + pn+q$ with $p,q$ well chosen. Then you stay with a degree 3 equation.
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 17:03





















0












$begingroup$

Another solution



Take $a_n= b_n -frac{2n}{3} -frac{20}{9}$ and plug $a_n$ in the initial difference equation.



You find that $b_n = 3 b_{n - 3} + b_{n-1}$ which is a linear difference equation of order $3$.



So now to find the solution you still have to find the root of $p(x) = x^3-x^2-3$ if we want to use the "classical method".






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%2f3077188%2fsolve-recurrence-relation-a-n-3-a-n-3-a-n-1-2-n%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









    3












    $begingroup$

    Here is what you can do:



    First write $a_{n+1}=3a_{n-2}+a_n+2n+2$ (I inserted $n=n+1$ to the equation) and subtract the original equation to obtain $a_{n+1}-a_n=3a_{n-2}-3a_{n-3}+a_n-a_{n-1}+2$ which is the same as $$a_{n+1}=2a_n-a_{n-1}+3a_{n-2}-3a_{n-3}+2$$



    Now do the same trick again: $a_{n+2}=2a_{n+1}-a_n+3a_{n-1}-3a_{n-2}+2$ and subtract the above equation to obtain: $$a_{n+2}=3a_{n+1}-3a_n+4a_{n-1}-6a_{n-2}+3a_{n-3}$$ Now this is a homogenous recurrence relation. Since we increased the degree by $2$, we also need to compute $a_4$ and $a_5$ and then solve the equation via classical techniques.



    Edit : To solve the relation completely, you first insert $x^n$ for $a_n$ to obtain the degree $5$ polynomial $x^5-3x^4+3x^3-4x^2+6x-3=0$. Then compute all the roots of this polynomial, say $x_1,dots,x_5$. If they are all distinct, general solution of the relation is of the form $$c_1cdot x_1^n+dots+c_5cdot x_5^n$$ for $c_iinmathbb{C}$ and you can compute $c_i$ by using the initial conditions. If there is a double root, say $x_1$, (in this case $1$ is a double root and there are $3$ distinct roots) then a general solution is of the form $$c_1cdot x_1^n+c_2cdot n x_1^n+c_3cdot x_2^n+dots+c_5cdot x_4^n$$ and again, you can compute $c_i$ using the initial conditions.






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      Since this eqn will become of degree 5, then how can we solve it? Can you give hint or link.
      $endgroup$
      – Brij Raj Kishore
      Jan 17 at 16:36










    • $begingroup$
      @BrijRajKishore Let me edit
      $endgroup$
      – Levent
      Jan 17 at 16:37










    • $begingroup$
      @BrijRajKishore Agree with you. It is even more difficult now!
      $endgroup$
      – mathcounterexamples.net
      Jan 17 at 16:47












    • $begingroup$
      @mathcounterexamples.net well, the classical way to solve these kind of non homogeneous equations require some techniques (like separating a solution into two parts, one solution for the homogenous part and one solution for the non homogeneous part etc.). For me, I like to reduce the case to the homogenous case and then solve it using the basic ideas. It of course increases the degree, but I don't really think it makes it harder. But probably one needs a computer to compute the roots and the coefficients.
      $endgroup$
      – Levent
      Jan 17 at 16:50












    • $begingroup$
      Well you have an easier way to reduce it to an homogeneous equation. Namely changing $a_n = b_n + pn+q$ with $p,q$ well chosen. Then you stay with a degree 3 equation.
      $endgroup$
      – mathcounterexamples.net
      Jan 17 at 17:03


















    3












    $begingroup$

    Here is what you can do:



    First write $a_{n+1}=3a_{n-2}+a_n+2n+2$ (I inserted $n=n+1$ to the equation) and subtract the original equation to obtain $a_{n+1}-a_n=3a_{n-2}-3a_{n-3}+a_n-a_{n-1}+2$ which is the same as $$a_{n+1}=2a_n-a_{n-1}+3a_{n-2}-3a_{n-3}+2$$



    Now do the same trick again: $a_{n+2}=2a_{n+1}-a_n+3a_{n-1}-3a_{n-2}+2$ and subtract the above equation to obtain: $$a_{n+2}=3a_{n+1}-3a_n+4a_{n-1}-6a_{n-2}+3a_{n-3}$$ Now this is a homogenous recurrence relation. Since we increased the degree by $2$, we also need to compute $a_4$ and $a_5$ and then solve the equation via classical techniques.



    Edit : To solve the relation completely, you first insert $x^n$ for $a_n$ to obtain the degree $5$ polynomial $x^5-3x^4+3x^3-4x^2+6x-3=0$. Then compute all the roots of this polynomial, say $x_1,dots,x_5$. If they are all distinct, general solution of the relation is of the form $$c_1cdot x_1^n+dots+c_5cdot x_5^n$$ for $c_iinmathbb{C}$ and you can compute $c_i$ by using the initial conditions. If there is a double root, say $x_1$, (in this case $1$ is a double root and there are $3$ distinct roots) then a general solution is of the form $$c_1cdot x_1^n+c_2cdot n x_1^n+c_3cdot x_2^n+dots+c_5cdot x_4^n$$ and again, you can compute $c_i$ using the initial conditions.






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      Since this eqn will become of degree 5, then how can we solve it? Can you give hint or link.
      $endgroup$
      – Brij Raj Kishore
      Jan 17 at 16:36










    • $begingroup$
      @BrijRajKishore Let me edit
      $endgroup$
      – Levent
      Jan 17 at 16:37










    • $begingroup$
      @BrijRajKishore Agree with you. It is even more difficult now!
      $endgroup$
      – mathcounterexamples.net
      Jan 17 at 16:47












    • $begingroup$
      @mathcounterexamples.net well, the classical way to solve these kind of non homogeneous equations require some techniques (like separating a solution into two parts, one solution for the homogenous part and one solution for the non homogeneous part etc.). For me, I like to reduce the case to the homogenous case and then solve it using the basic ideas. It of course increases the degree, but I don't really think it makes it harder. But probably one needs a computer to compute the roots and the coefficients.
      $endgroup$
      – Levent
      Jan 17 at 16:50












    • $begingroup$
      Well you have an easier way to reduce it to an homogeneous equation. Namely changing $a_n = b_n + pn+q$ with $p,q$ well chosen. Then you stay with a degree 3 equation.
      $endgroup$
      – mathcounterexamples.net
      Jan 17 at 17:03
















    3












    3








    3





    $begingroup$

    Here is what you can do:



    First write $a_{n+1}=3a_{n-2}+a_n+2n+2$ (I inserted $n=n+1$ to the equation) and subtract the original equation to obtain $a_{n+1}-a_n=3a_{n-2}-3a_{n-3}+a_n-a_{n-1}+2$ which is the same as $$a_{n+1}=2a_n-a_{n-1}+3a_{n-2}-3a_{n-3}+2$$



    Now do the same trick again: $a_{n+2}=2a_{n+1}-a_n+3a_{n-1}-3a_{n-2}+2$ and subtract the above equation to obtain: $$a_{n+2}=3a_{n+1}-3a_n+4a_{n-1}-6a_{n-2}+3a_{n-3}$$ Now this is a homogenous recurrence relation. Since we increased the degree by $2$, we also need to compute $a_4$ and $a_5$ and then solve the equation via classical techniques.



    Edit : To solve the relation completely, you first insert $x^n$ for $a_n$ to obtain the degree $5$ polynomial $x^5-3x^4+3x^3-4x^2+6x-3=0$. Then compute all the roots of this polynomial, say $x_1,dots,x_5$. If they are all distinct, general solution of the relation is of the form $$c_1cdot x_1^n+dots+c_5cdot x_5^n$$ for $c_iinmathbb{C}$ and you can compute $c_i$ by using the initial conditions. If there is a double root, say $x_1$, (in this case $1$ is a double root and there are $3$ distinct roots) then a general solution is of the form $$c_1cdot x_1^n+c_2cdot n x_1^n+c_3cdot x_2^n+dots+c_5cdot x_4^n$$ and again, you can compute $c_i$ using the initial conditions.






    share|cite|improve this answer











    $endgroup$



    Here is what you can do:



    First write $a_{n+1}=3a_{n-2}+a_n+2n+2$ (I inserted $n=n+1$ to the equation) and subtract the original equation to obtain $a_{n+1}-a_n=3a_{n-2}-3a_{n-3}+a_n-a_{n-1}+2$ which is the same as $$a_{n+1}=2a_n-a_{n-1}+3a_{n-2}-3a_{n-3}+2$$



    Now do the same trick again: $a_{n+2}=2a_{n+1}-a_n+3a_{n-1}-3a_{n-2}+2$ and subtract the above equation to obtain: $$a_{n+2}=3a_{n+1}-3a_n+4a_{n-1}-6a_{n-2}+3a_{n-3}$$ Now this is a homogenous recurrence relation. Since we increased the degree by $2$, we also need to compute $a_4$ and $a_5$ and then solve the equation via classical techniques.



    Edit : To solve the relation completely, you first insert $x^n$ for $a_n$ to obtain the degree $5$ polynomial $x^5-3x^4+3x^3-4x^2+6x-3=0$. Then compute all the roots of this polynomial, say $x_1,dots,x_5$. If they are all distinct, general solution of the relation is of the form $$c_1cdot x_1^n+dots+c_5cdot x_5^n$$ for $c_iinmathbb{C}$ and you can compute $c_i$ by using the initial conditions. If there is a double root, say $x_1$, (in this case $1$ is a double root and there are $3$ distinct roots) then a general solution is of the form $$c_1cdot x_1^n+c_2cdot n x_1^n+c_3cdot x_2^n+dots+c_5cdot x_4^n$$ and again, you can compute $c_i$ using the initial conditions.







    share|cite|improve this answer














    share|cite|improve this answer



    share|cite|improve this answer








    edited Jan 17 at 16:47

























    answered Jan 17 at 16:27









    LeventLevent

    2,729925




    2,729925












    • $begingroup$
      Since this eqn will become of degree 5, then how can we solve it? Can you give hint or link.
      $endgroup$
      – Brij Raj Kishore
      Jan 17 at 16:36










    • $begingroup$
      @BrijRajKishore Let me edit
      $endgroup$
      – Levent
      Jan 17 at 16:37










    • $begingroup$
      @BrijRajKishore Agree with you. It is even more difficult now!
      $endgroup$
      – mathcounterexamples.net
      Jan 17 at 16:47












    • $begingroup$
      @mathcounterexamples.net well, the classical way to solve these kind of non homogeneous equations require some techniques (like separating a solution into two parts, one solution for the homogenous part and one solution for the non homogeneous part etc.). For me, I like to reduce the case to the homogenous case and then solve it using the basic ideas. It of course increases the degree, but I don't really think it makes it harder. But probably one needs a computer to compute the roots and the coefficients.
      $endgroup$
      – Levent
      Jan 17 at 16:50












    • $begingroup$
      Well you have an easier way to reduce it to an homogeneous equation. Namely changing $a_n = b_n + pn+q$ with $p,q$ well chosen. Then you stay with a degree 3 equation.
      $endgroup$
      – mathcounterexamples.net
      Jan 17 at 17:03




















    • $begingroup$
      Since this eqn will become of degree 5, then how can we solve it? Can you give hint or link.
      $endgroup$
      – Brij Raj Kishore
      Jan 17 at 16:36










    • $begingroup$
      @BrijRajKishore Let me edit
      $endgroup$
      – Levent
      Jan 17 at 16:37










    • $begingroup$
      @BrijRajKishore Agree with you. It is even more difficult now!
      $endgroup$
      – mathcounterexamples.net
      Jan 17 at 16:47












    • $begingroup$
      @mathcounterexamples.net well, the classical way to solve these kind of non homogeneous equations require some techniques (like separating a solution into two parts, one solution for the homogenous part and one solution for the non homogeneous part etc.). For me, I like to reduce the case to the homogenous case and then solve it using the basic ideas. It of course increases the degree, but I don't really think it makes it harder. But probably one needs a computer to compute the roots and the coefficients.
      $endgroup$
      – Levent
      Jan 17 at 16:50












    • $begingroup$
      Well you have an easier way to reduce it to an homogeneous equation. Namely changing $a_n = b_n + pn+q$ with $p,q$ well chosen. Then you stay with a degree 3 equation.
      $endgroup$
      – mathcounterexamples.net
      Jan 17 at 17:03


















    $begingroup$
    Since this eqn will become of degree 5, then how can we solve it? Can you give hint or link.
    $endgroup$
    – Brij Raj Kishore
    Jan 17 at 16:36




    $begingroup$
    Since this eqn will become of degree 5, then how can we solve it? Can you give hint or link.
    $endgroup$
    – Brij Raj Kishore
    Jan 17 at 16:36












    $begingroup$
    @BrijRajKishore Let me edit
    $endgroup$
    – Levent
    Jan 17 at 16:37




    $begingroup$
    @BrijRajKishore Let me edit
    $endgroup$
    – Levent
    Jan 17 at 16:37












    $begingroup$
    @BrijRajKishore Agree with you. It is even more difficult now!
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 16:47






    $begingroup$
    @BrijRajKishore Agree with you. It is even more difficult now!
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 16:47














    $begingroup$
    @mathcounterexamples.net well, the classical way to solve these kind of non homogeneous equations require some techniques (like separating a solution into two parts, one solution for the homogenous part and one solution for the non homogeneous part etc.). For me, I like to reduce the case to the homogenous case and then solve it using the basic ideas. It of course increases the degree, but I don't really think it makes it harder. But probably one needs a computer to compute the roots and the coefficients.
    $endgroup$
    – Levent
    Jan 17 at 16:50






    $begingroup$
    @mathcounterexamples.net well, the classical way to solve these kind of non homogeneous equations require some techniques (like separating a solution into two parts, one solution for the homogenous part and one solution for the non homogeneous part etc.). For me, I like to reduce the case to the homogenous case and then solve it using the basic ideas. It of course increases the degree, but I don't really think it makes it harder. But probably one needs a computer to compute the roots and the coefficients.
    $endgroup$
    – Levent
    Jan 17 at 16:50














    $begingroup$
    Well you have an easier way to reduce it to an homogeneous equation. Namely changing $a_n = b_n + pn+q$ with $p,q$ well chosen. Then you stay with a degree 3 equation.
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 17:03






    $begingroup$
    Well you have an easier way to reduce it to an homogeneous equation. Namely changing $a_n = b_n + pn+q$ with $p,q$ well chosen. Then you stay with a degree 3 equation.
    $endgroup$
    – mathcounterexamples.net
    Jan 17 at 17:03













    0












    $begingroup$

    Another solution



    Take $a_n= b_n -frac{2n}{3} -frac{20}{9}$ and plug $a_n$ in the initial difference equation.



    You find that $b_n = 3 b_{n - 3} + b_{n-1}$ which is a linear difference equation of order $3$.



    So now to find the solution you still have to find the root of $p(x) = x^3-x^2-3$ if we want to use the "classical method".






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      Another solution



      Take $a_n= b_n -frac{2n}{3} -frac{20}{9}$ and plug $a_n$ in the initial difference equation.



      You find that $b_n = 3 b_{n - 3} + b_{n-1}$ which is a linear difference equation of order $3$.



      So now to find the solution you still have to find the root of $p(x) = x^3-x^2-3$ if we want to use the "classical method".






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        Another solution



        Take $a_n= b_n -frac{2n}{3} -frac{20}{9}$ and plug $a_n$ in the initial difference equation.



        You find that $b_n = 3 b_{n - 3} + b_{n-1}$ which is a linear difference equation of order $3$.



        So now to find the solution you still have to find the root of $p(x) = x^3-x^2-3$ if we want to use the "classical method".






        share|cite|improve this answer









        $endgroup$



        Another solution



        Take $a_n= b_n -frac{2n}{3} -frac{20}{9}$ and plug $a_n$ in the initial difference equation.



        You find that $b_n = 3 b_{n - 3} + b_{n-1}$ which is a linear difference equation of order $3$.



        So now to find the solution you still have to find the root of $p(x) = x^3-x^2-3$ if we want to use the "classical method".







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 17 at 17:21









        mathcounterexamples.netmathcounterexamples.net

        26.9k22157




        26.9k22157






























            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%2f3077188%2fsolve-recurrence-relation-a-n-3-a-n-3-a-n-1-2-n%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

            MongoDB - Not Authorized To Execute Command

            How to fix TextFormField cause rebuild widget in Flutter

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith