What is this sum equal to?

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











up vote
1
down vote

favorite
1












I have recently come across the following sum, taken over all positive integers $i$ and $j$ such that $i neq j$:



$$
sigma(n)=sum_ineq j frac1i^n j^n,
$$



where $n$ is a positive integer greater than $1$.



Can this somehow be written in terms of the Riemann Zeta function? Is there already a zeta function of this kind?



As a corollary question, what about the sum



$$
sigma(n)=sum_ineq j frac1i^n j^n-1?
$$










share|cite|improve this question



























    up vote
    1
    down vote

    favorite
    1












    I have recently come across the following sum, taken over all positive integers $i$ and $j$ such that $i neq j$:



    $$
    sigma(n)=sum_ineq j frac1i^n j^n,
    $$



    where $n$ is a positive integer greater than $1$.



    Can this somehow be written in terms of the Riemann Zeta function? Is there already a zeta function of this kind?



    As a corollary question, what about the sum



    $$
    sigma(n)=sum_ineq j frac1i^n j^n-1?
    $$










    share|cite|improve this question

























      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      I have recently come across the following sum, taken over all positive integers $i$ and $j$ such that $i neq j$:



      $$
      sigma(n)=sum_ineq j frac1i^n j^n,
      $$



      where $n$ is a positive integer greater than $1$.



      Can this somehow be written in terms of the Riemann Zeta function? Is there already a zeta function of this kind?



      As a corollary question, what about the sum



      $$
      sigma(n)=sum_ineq j frac1i^n j^n-1?
      $$










      share|cite|improve this question















      I have recently come across the following sum, taken over all positive integers $i$ and $j$ such that $i neq j$:



      $$
      sigma(n)=sum_ineq j frac1i^n j^n,
      $$



      where $n$ is a positive integer greater than $1$.



      Can this somehow be written in terms of the Riemann Zeta function? Is there already a zeta function of this kind?



      As a corollary question, what about the sum



      $$
      sigma(n)=sum_ineq j frac1i^n j^n-1?
      $$







      sequences-and-series convergence riemann-zeta






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 1 hour ago

























      asked 1 hour ago









      Flermat

      1,16311029




      1,16311029




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          3
          down vote



          accepted










          Your first sum equals
          $$
          sum_i,jfrac1i^nj^n-sum_i=jfrac1i^nj^n=zeta(n)^2-zeta(2n).$$



          The same trick works for your the second sum.






          share|cite|improve this answer






















          • Thank you for your response. What about the second case, i.e., when the $i$ and $j$ in the denominator have differing exponents?
            – Flermat
            1 hour ago






          • 1




            As I say, the same trick works for your the second sum. @Flermat
            – Lord Shark the Unknown
            1 hour ago










          • Oh, my bad, didn't notice that. Thank you.
            – Flermat
            1 hour ago

















          up vote
          2
          down vote













          HINT



          We have that



          $$sigma(n)=sum_ineq j frac1i^n j^n=sum_i frac1i^nsum_j frac1 j^n-sum_k frac1k^2n$$






          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%2f2989639%2fwhat-is-this-sum-equal-to%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            3
            down vote



            accepted










            Your first sum equals
            $$
            sum_i,jfrac1i^nj^n-sum_i=jfrac1i^nj^n=zeta(n)^2-zeta(2n).$$



            The same trick works for your the second sum.






            share|cite|improve this answer






















            • Thank you for your response. What about the second case, i.e., when the $i$ and $j$ in the denominator have differing exponents?
              – Flermat
              1 hour ago






            • 1




              As I say, the same trick works for your the second sum. @Flermat
              – Lord Shark the Unknown
              1 hour ago










            • Oh, my bad, didn't notice that. Thank you.
              – Flermat
              1 hour ago














            up vote
            3
            down vote



            accepted










            Your first sum equals
            $$
            sum_i,jfrac1i^nj^n-sum_i=jfrac1i^nj^n=zeta(n)^2-zeta(2n).$$



            The same trick works for your the second sum.






            share|cite|improve this answer






















            • Thank you for your response. What about the second case, i.e., when the $i$ and $j$ in the denominator have differing exponents?
              – Flermat
              1 hour ago






            • 1




              As I say, the same trick works for your the second sum. @Flermat
              – Lord Shark the Unknown
              1 hour ago










            • Oh, my bad, didn't notice that. Thank you.
              – Flermat
              1 hour ago












            up vote
            3
            down vote



            accepted







            up vote
            3
            down vote



            accepted






            Your first sum equals
            $$
            sum_i,jfrac1i^nj^n-sum_i=jfrac1i^nj^n=zeta(n)^2-zeta(2n).$$



            The same trick works for your the second sum.






            share|cite|improve this answer














            Your first sum equals
            $$
            sum_i,jfrac1i^nj^n-sum_i=jfrac1i^nj^n=zeta(n)^2-zeta(2n).$$



            The same trick works for your the second sum.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited 1 hour ago

























            answered 1 hour ago









            Lord Shark the Unknown

            95.5k957125




            95.5k957125











            • Thank you for your response. What about the second case, i.e., when the $i$ and $j$ in the denominator have differing exponents?
              – Flermat
              1 hour ago






            • 1




              As I say, the same trick works for your the second sum. @Flermat
              – Lord Shark the Unknown
              1 hour ago










            • Oh, my bad, didn't notice that. Thank you.
              – Flermat
              1 hour ago
















            • Thank you for your response. What about the second case, i.e., when the $i$ and $j$ in the denominator have differing exponents?
              – Flermat
              1 hour ago






            • 1




              As I say, the same trick works for your the second sum. @Flermat
              – Lord Shark the Unknown
              1 hour ago










            • Oh, my bad, didn't notice that. Thank you.
              – Flermat
              1 hour ago















            Thank you for your response. What about the second case, i.e., when the $i$ and $j$ in the denominator have differing exponents?
            – Flermat
            1 hour ago




            Thank you for your response. What about the second case, i.e., when the $i$ and $j$ in the denominator have differing exponents?
            – Flermat
            1 hour ago




            1




            1




            As I say, the same trick works for your the second sum. @Flermat
            – Lord Shark the Unknown
            1 hour ago




            As I say, the same trick works for your the second sum. @Flermat
            – Lord Shark the Unknown
            1 hour ago












            Oh, my bad, didn't notice that. Thank you.
            – Flermat
            1 hour ago




            Oh, my bad, didn't notice that. Thank you.
            – Flermat
            1 hour ago










            up vote
            2
            down vote













            HINT



            We have that



            $$sigma(n)=sum_ineq j frac1i^n j^n=sum_i frac1i^nsum_j frac1 j^n-sum_k frac1k^2n$$






            share|cite|improve this answer


























              up vote
              2
              down vote













              HINT



              We have that



              $$sigma(n)=sum_ineq j frac1i^n j^n=sum_i frac1i^nsum_j frac1 j^n-sum_k frac1k^2n$$






              share|cite|improve this answer
























                up vote
                2
                down vote










                up vote
                2
                down vote









                HINT



                We have that



                $$sigma(n)=sum_ineq j frac1i^n j^n=sum_i frac1i^nsum_j frac1 j^n-sum_k frac1k^2n$$






                share|cite|improve this answer














                HINT



                We have that



                $$sigma(n)=sum_ineq j frac1i^n j^n=sum_i frac1i^nsum_j frac1 j^n-sum_k frac1k^2n$$







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited 1 hour ago

























                answered 1 hour ago









                gimusi

                82.5k74091




                82.5k74091



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2989639%2fwhat-is-this-sum-equal-to%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    What does second last employer means? [closed]

                    List of Gilmore Girls characters

                    Confectionery