Evaluating $sum_{n=1}^{infty}frac{1}{n(2n+1)(2n-1)}$











up vote
2
down vote

favorite












According to Wolfram Alpha,
$$sum_{n=1}^{infty}frac{1}{n(2n+1)(2n-1)}=ln(4)-1$$
However, I am not sure how to evaluate this series.



Attempt
$$frac{1}{n(2n+1)(2n-1)}=frac{A}{n}+frac{B}{2n+1}+frac{C}{2n-1}$$
$$1=A(2n+1)(2n-1)+Bn(2n-1)+Cn(2n+1)$$



Then, I got
$$
sum_{n=1}^{infty}frac{1}{n(2n+1)(2n-1)} = sum_{n=1}^{infty}frac{-1}{n}+frac{1}{2n+1}+frac{1}{2n-1}\
$$

I tried to view this as a telescoping series, but it did not turn out good. Can I have a hint?










share|cite|improve this question


























    up vote
    2
    down vote

    favorite












    According to Wolfram Alpha,
    $$sum_{n=1}^{infty}frac{1}{n(2n+1)(2n-1)}=ln(4)-1$$
    However, I am not sure how to evaluate this series.



    Attempt
    $$frac{1}{n(2n+1)(2n-1)}=frac{A}{n}+frac{B}{2n+1}+frac{C}{2n-1}$$
    $$1=A(2n+1)(2n-1)+Bn(2n-1)+Cn(2n+1)$$



    Then, I got
    $$
    sum_{n=1}^{infty}frac{1}{n(2n+1)(2n-1)} = sum_{n=1}^{infty}frac{-1}{n}+frac{1}{2n+1}+frac{1}{2n-1}\
    $$

    I tried to view this as a telescoping series, but it did not turn out good. Can I have a hint?










    share|cite|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      According to Wolfram Alpha,
      $$sum_{n=1}^{infty}frac{1}{n(2n+1)(2n-1)}=ln(4)-1$$
      However, I am not sure how to evaluate this series.



      Attempt
      $$frac{1}{n(2n+1)(2n-1)}=frac{A}{n}+frac{B}{2n+1}+frac{C}{2n-1}$$
      $$1=A(2n+1)(2n-1)+Bn(2n-1)+Cn(2n+1)$$



      Then, I got
      $$
      sum_{n=1}^{infty}frac{1}{n(2n+1)(2n-1)} = sum_{n=1}^{infty}frac{-1}{n}+frac{1}{2n+1}+frac{1}{2n-1}\
      $$

      I tried to view this as a telescoping series, but it did not turn out good. Can I have a hint?










      share|cite|improve this question













      According to Wolfram Alpha,
      $$sum_{n=1}^{infty}frac{1}{n(2n+1)(2n-1)}=ln(4)-1$$
      However, I am not sure how to evaluate this series.



      Attempt
      $$frac{1}{n(2n+1)(2n-1)}=frac{A}{n}+frac{B}{2n+1}+frac{C}{2n-1}$$
      $$1=A(2n+1)(2n-1)+Bn(2n-1)+Cn(2n+1)$$



      Then, I got
      $$
      sum_{n=1}^{infty}frac{1}{n(2n+1)(2n-1)} = sum_{n=1}^{infty}frac{-1}{n}+frac{1}{2n+1}+frac{1}{2n-1}\
      $$

      I tried to view this as a telescoping series, but it did not turn out good. Can I have a hint?







      sequences-and-series






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 16 at 0:13









      Larry

      1,1842622




      1,1842622






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          $$
          sum_{ngeq 1} left( frac{1}{2n-1} - frac{1}{2n}right) - sum_{ngeq 1} left( frac{1}{2n} - frac{1}{2n+1}right) = ln 2 - (1-ln 2)
          $$






          share|cite|improve this answer




























            up vote
            1
            down vote













            Too long for a comment.



            You could even get a good approximation of the partial sums
            $$S_p=sum_{n=1}^{p}frac{1}{n(2n+1)(2n-1)}=sum_{n=1}^{p}frac{1}{2 n-1}+sum_{n=1}^{p}frac{1}{2 n+1}-sum_{n=1}^{p}frac{1}{n}$$ that is to say
            $$S_p=left(frac{1}{2}H_{p-frac{1}{2}}+log (2)right)+left(frac{1}{2}H_{p+frac{1}{2}}-1+log (2)right)-H_p$$



            Now, using the asymptotics of harmonic numbers
            $$H_n=gamma +log left({n}right)+frac{1}{2 n}-frac{1}{12
            n^2}+frac{1}{120 n^4}+Oleft(frac{1}{n^6}right)$$
            replacing and continuing with Taylor series, you could get
            $$S_p=(2 log (2)-1)-frac{1}{8 p^2}+frac{1}{8 p^3}-frac{5}{64 p^4}+Oleft(frac{1}{p^5}right)$$



            For $n=5$, the exact value is $S_5=frac{5297}{13860}approx 0.3821789$ while the above approximation would give $log (4)-frac{200823}{200000}approx 0.3821794$.






            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: 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%2f3000526%2fevaluating-sum-n-1-infty-frac1n2n12n-1%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








              up vote
              4
              down vote



              accepted










              $$
              sum_{ngeq 1} left( frac{1}{2n-1} - frac{1}{2n}right) - sum_{ngeq 1} left( frac{1}{2n} - frac{1}{2n+1}right) = ln 2 - (1-ln 2)
              $$






              share|cite|improve this answer

























                up vote
                4
                down vote



                accepted










                $$
                sum_{ngeq 1} left( frac{1}{2n-1} - frac{1}{2n}right) - sum_{ngeq 1} left( frac{1}{2n} - frac{1}{2n+1}right) = ln 2 - (1-ln 2)
                $$






                share|cite|improve this answer























                  up vote
                  4
                  down vote



                  accepted







                  up vote
                  4
                  down vote



                  accepted






                  $$
                  sum_{ngeq 1} left( frac{1}{2n-1} - frac{1}{2n}right) - sum_{ngeq 1} left( frac{1}{2n} - frac{1}{2n+1}right) = ln 2 - (1-ln 2)
                  $$






                  share|cite|improve this answer












                  $$
                  sum_{ngeq 1} left( frac{1}{2n-1} - frac{1}{2n}right) - sum_{ngeq 1} left( frac{1}{2n} - frac{1}{2n+1}right) = ln 2 - (1-ln 2)
                  $$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Nov 16 at 0:19









                  Seewoo Lee

                  6,066826




                  6,066826






















                      up vote
                      1
                      down vote













                      Too long for a comment.



                      You could even get a good approximation of the partial sums
                      $$S_p=sum_{n=1}^{p}frac{1}{n(2n+1)(2n-1)}=sum_{n=1}^{p}frac{1}{2 n-1}+sum_{n=1}^{p}frac{1}{2 n+1}-sum_{n=1}^{p}frac{1}{n}$$ that is to say
                      $$S_p=left(frac{1}{2}H_{p-frac{1}{2}}+log (2)right)+left(frac{1}{2}H_{p+frac{1}{2}}-1+log (2)right)-H_p$$



                      Now, using the asymptotics of harmonic numbers
                      $$H_n=gamma +log left({n}right)+frac{1}{2 n}-frac{1}{12
                      n^2}+frac{1}{120 n^4}+Oleft(frac{1}{n^6}right)$$
                      replacing and continuing with Taylor series, you could get
                      $$S_p=(2 log (2)-1)-frac{1}{8 p^2}+frac{1}{8 p^3}-frac{5}{64 p^4}+Oleft(frac{1}{p^5}right)$$



                      For $n=5$, the exact value is $S_5=frac{5297}{13860}approx 0.3821789$ while the above approximation would give $log (4)-frac{200823}{200000}approx 0.3821794$.






                      share|cite|improve this answer

























                        up vote
                        1
                        down vote













                        Too long for a comment.



                        You could even get a good approximation of the partial sums
                        $$S_p=sum_{n=1}^{p}frac{1}{n(2n+1)(2n-1)}=sum_{n=1}^{p}frac{1}{2 n-1}+sum_{n=1}^{p}frac{1}{2 n+1}-sum_{n=1}^{p}frac{1}{n}$$ that is to say
                        $$S_p=left(frac{1}{2}H_{p-frac{1}{2}}+log (2)right)+left(frac{1}{2}H_{p+frac{1}{2}}-1+log (2)right)-H_p$$



                        Now, using the asymptotics of harmonic numbers
                        $$H_n=gamma +log left({n}right)+frac{1}{2 n}-frac{1}{12
                        n^2}+frac{1}{120 n^4}+Oleft(frac{1}{n^6}right)$$
                        replacing and continuing with Taylor series, you could get
                        $$S_p=(2 log (2)-1)-frac{1}{8 p^2}+frac{1}{8 p^3}-frac{5}{64 p^4}+Oleft(frac{1}{p^5}right)$$



                        For $n=5$, the exact value is $S_5=frac{5297}{13860}approx 0.3821789$ while the above approximation would give $log (4)-frac{200823}{200000}approx 0.3821794$.






                        share|cite|improve this answer























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          Too long for a comment.



                          You could even get a good approximation of the partial sums
                          $$S_p=sum_{n=1}^{p}frac{1}{n(2n+1)(2n-1)}=sum_{n=1}^{p}frac{1}{2 n-1}+sum_{n=1}^{p}frac{1}{2 n+1}-sum_{n=1}^{p}frac{1}{n}$$ that is to say
                          $$S_p=left(frac{1}{2}H_{p-frac{1}{2}}+log (2)right)+left(frac{1}{2}H_{p+frac{1}{2}}-1+log (2)right)-H_p$$



                          Now, using the asymptotics of harmonic numbers
                          $$H_n=gamma +log left({n}right)+frac{1}{2 n}-frac{1}{12
                          n^2}+frac{1}{120 n^4}+Oleft(frac{1}{n^6}right)$$
                          replacing and continuing with Taylor series, you could get
                          $$S_p=(2 log (2)-1)-frac{1}{8 p^2}+frac{1}{8 p^3}-frac{5}{64 p^4}+Oleft(frac{1}{p^5}right)$$



                          For $n=5$, the exact value is $S_5=frac{5297}{13860}approx 0.3821789$ while the above approximation would give $log (4)-frac{200823}{200000}approx 0.3821794$.






                          share|cite|improve this answer












                          Too long for a comment.



                          You could even get a good approximation of the partial sums
                          $$S_p=sum_{n=1}^{p}frac{1}{n(2n+1)(2n-1)}=sum_{n=1}^{p}frac{1}{2 n-1}+sum_{n=1}^{p}frac{1}{2 n+1}-sum_{n=1}^{p}frac{1}{n}$$ that is to say
                          $$S_p=left(frac{1}{2}H_{p-frac{1}{2}}+log (2)right)+left(frac{1}{2}H_{p+frac{1}{2}}-1+log (2)right)-H_p$$



                          Now, using the asymptotics of harmonic numbers
                          $$H_n=gamma +log left({n}right)+frac{1}{2 n}-frac{1}{12
                          n^2}+frac{1}{120 n^4}+Oleft(frac{1}{n^6}right)$$
                          replacing and continuing with Taylor series, you could get
                          $$S_p=(2 log (2)-1)-frac{1}{8 p^2}+frac{1}{8 p^3}-frac{5}{64 p^4}+Oleft(frac{1}{p^5}right)$$



                          For $n=5$, the exact value is $S_5=frac{5297}{13860}approx 0.3821789$ while the above approximation would give $log (4)-frac{200823}{200000}approx 0.3821794$.







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Nov 16 at 6:23









                          Claude Leibovici

                          117k1156131




                          117k1156131






























                              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.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • 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.


                              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%2f3000526%2fevaluating-sum-n-1-infty-frac1n2n12n-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

                              How to change which sound is reproduced for terminal bell?

                              Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                              Can I use Tabulator js library in my java Spring + Thymeleaf project?