Sum of series: 9 + 16 + 29 + 54 + 103 + …












1












$begingroup$


The series is neither AP nor GP, so I tried doing some manipulations to get the expression for the general term.



$S = 9 + 16 + 29 + 54 + 103 + ... T_n$
$S = 0 + 9 + 16 + 29 + 54 + ... T_{n-1} + T_n$



Subtracting the two:
$0 = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1}) - T_n$
This gives:
$T_n = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1})$



The expression obtained for $T_n$ is neither in AP nor in GP.



I repeated the above process with $T_n$ (which gave me a GP this time) and got this expression finally:



$T_n - T_{n-1} = 7 + 6(2^{n-2} - 1) = 6(2^{n-2}) + 1$



How do I proceed from here to get an expression for the general term as well as the sum of the series?










share|cite|improve this question









$endgroup$

















    1












    $begingroup$


    The series is neither AP nor GP, so I tried doing some manipulations to get the expression for the general term.



    $S = 9 + 16 + 29 + 54 + 103 + ... T_n$
    $S = 0 + 9 + 16 + 29 + 54 + ... T_{n-1} + T_n$



    Subtracting the two:
    $0 = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1}) - T_n$
    This gives:
    $T_n = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1})$



    The expression obtained for $T_n$ is neither in AP nor in GP.



    I repeated the above process with $T_n$ (which gave me a GP this time) and got this expression finally:



    $T_n - T_{n-1} = 7 + 6(2^{n-2} - 1) = 6(2^{n-2}) + 1$



    How do I proceed from here to get an expression for the general term as well as the sum of the series?










    share|cite|improve this question









    $endgroup$















      1












      1








      1





      $begingroup$


      The series is neither AP nor GP, so I tried doing some manipulations to get the expression for the general term.



      $S = 9 + 16 + 29 + 54 + 103 + ... T_n$
      $S = 0 + 9 + 16 + 29 + 54 + ... T_{n-1} + T_n$



      Subtracting the two:
      $0 = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1}) - T_n$
      This gives:
      $T_n = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1})$



      The expression obtained for $T_n$ is neither in AP nor in GP.



      I repeated the above process with $T_n$ (which gave me a GP this time) and got this expression finally:



      $T_n - T_{n-1} = 7 + 6(2^{n-2} - 1) = 6(2^{n-2}) + 1$



      How do I proceed from here to get an expression for the general term as well as the sum of the series?










      share|cite|improve this question









      $endgroup$




      The series is neither AP nor GP, so I tried doing some manipulations to get the expression for the general term.



      $S = 9 + 16 + 29 + 54 + 103 + ... T_n$
      $S = 0 + 9 + 16 + 29 + 54 + ... T_{n-1} + T_n$



      Subtracting the two:
      $0 = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1}) - T_n$
      This gives:
      $T_n = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1})$



      The expression obtained for $T_n$ is neither in AP nor in GP.



      I repeated the above process with $T_n$ (which gave me a GP this time) and got this expression finally:



      $T_n - T_{n-1} = 7 + 6(2^{n-2} - 1) = 6(2^{n-2}) + 1$



      How do I proceed from here to get an expression for the general term as well as the sum of the series?







      sequences-and-series algebra-precalculus






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 26 at 15:56









      user638500user638500

      403




      403






















          2 Answers
          2






          active

          oldest

          votes


















          3












          $begingroup$

          From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
          $$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
          = T_0 + n + 3 (2^n -1)$$

          The general approach is:
          $$T_n = a+ n + b 2^n$$
          so
          $$9 = T_1 = a + 1 + 2 b\
          16 = T_2 = a + 2 + 4b
          $$

          which gives indeed
          $b = 3$ and $a = 2$, hence
          $$T_n = 2+ n + 3 cdot 2^n$$



          The sum is then
          $$
          S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
          $$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
            $endgroup$
            – user638500
            Jan 26 at 17:14










          • $begingroup$
            $T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
            $endgroup$
            – Andreas
            Jan 27 at 12:29





















          0












          $begingroup$

          Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
          and you get an arithmetico-geometric series for $R$






          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%2f3088407%2fsum-of-series-9-16-29-54-103%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$

            From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
            $$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
            = T_0 + n + 3 (2^n -1)$$

            The general approach is:
            $$T_n = a+ n + b 2^n$$
            so
            $$9 = T_1 = a + 1 + 2 b\
            16 = T_2 = a + 2 + 4b
            $$

            which gives indeed
            $b = 3$ and $a = 2$, hence
            $$T_n = 2+ n + 3 cdot 2^n$$



            The sum is then
            $$
            S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
            $$






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
              $endgroup$
              – user638500
              Jan 26 at 17:14










            • $begingroup$
              $T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
              $endgroup$
              – Andreas
              Jan 27 at 12:29


















            3












            $begingroup$

            From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
            $$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
            = T_0 + n + 3 (2^n -1)$$

            The general approach is:
            $$T_n = a+ n + b 2^n$$
            so
            $$9 = T_1 = a + 1 + 2 b\
            16 = T_2 = a + 2 + 4b
            $$

            which gives indeed
            $b = 3$ and $a = 2$, hence
            $$T_n = 2+ n + 3 cdot 2^n$$



            The sum is then
            $$
            S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
            $$






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
              $endgroup$
              – user638500
              Jan 26 at 17:14










            • $begingroup$
              $T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
              $endgroup$
              – Andreas
              Jan 27 at 12:29
















            3












            3








            3





            $begingroup$

            From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
            $$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
            = T_0 + n + 3 (2^n -1)$$

            The general approach is:
            $$T_n = a+ n + b 2^n$$
            so
            $$9 = T_1 = a + 1 + 2 b\
            16 = T_2 = a + 2 + 4b
            $$

            which gives indeed
            $b = 3$ and $a = 2$, hence
            $$T_n = 2+ n + 3 cdot 2^n$$



            The sum is then
            $$
            S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
            $$






            share|cite|improve this answer









            $endgroup$



            From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
            $$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
            = T_0 + n + 3 (2^n -1)$$

            The general approach is:
            $$T_n = a+ n + b 2^n$$
            so
            $$9 = T_1 = a + 1 + 2 b\
            16 = T_2 = a + 2 + 4b
            $$

            which gives indeed
            $b = 3$ and $a = 2$, hence
            $$T_n = 2+ n + 3 cdot 2^n$$



            The sum is then
            $$
            S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
            $$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Jan 26 at 16:15









            AndreasAndreas

            8,3511137




            8,3511137












            • $begingroup$
              Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
              $endgroup$
              – user638500
              Jan 26 at 17:14










            • $begingroup$
              $T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
              $endgroup$
              – Andreas
              Jan 27 at 12:29




















            • $begingroup$
              Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
              $endgroup$
              – user638500
              Jan 26 at 17:14










            • $begingroup$
              $T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
              $endgroup$
              – Andreas
              Jan 27 at 12:29


















            $begingroup$
            Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
            $endgroup$
            – user638500
            Jan 26 at 17:14




            $begingroup$
            Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
            $endgroup$
            – user638500
            Jan 26 at 17:14












            $begingroup$
            $T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
            $endgroup$
            – Andreas
            Jan 27 at 12:29






            $begingroup$
            $T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
            $endgroup$
            – Andreas
            Jan 27 at 12:29













            0












            $begingroup$

            Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
            and you get an arithmetico-geometric series for $R$






            share|cite|improve this answer









            $endgroup$


















              0












              $begingroup$

              Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
              and you get an arithmetico-geometric series for $R$






              share|cite|improve this answer









              $endgroup$
















                0












                0








                0





                $begingroup$

                Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
                and you get an arithmetico-geometric series for $R$






                share|cite|improve this answer









                $endgroup$



                Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
                and you get an arithmetico-geometric series for $R$







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Jan 26 at 16:06









                Ross MillikanRoss Millikan

                300k24200374




                300k24200374






























                    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%2f3088407%2fsum-of-series-9-16-29-54-103%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

                    The term 'EXEC' is not recognized as the name of a cmdlet Powershell

                    NPM command prompt closes immediately [closed]

                    Error binding properties and functions in emscripten