Triple Pythagorean with $a^2+b^2=c^4$ The Next CEO of Stack OverflowTriple Pythagorean with...

Scary film where a woman has vaginal teeth

Is it ok to trim down a tube patch?

In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?

Is French Guiana a (hard) EU border?

Is it ever safe to open a suspicious HTML file (e.g. email attachment)?

How to Implement Deterministic Encryption Safely in .NET

Is it okay to majorly distort historical facts while writing a fiction story?

Man transported from Alternate World into ours by a Neutrino Detector

Audio Conversion With ADS1243

What steps are necessary to read a Modern SSD in Medieval Europe?

Airplane gently rocking its wings during whole flight

How do I fit a non linear curve?

Is there an equivalent of cd - for cp or mv

Could a dragon use its wings to swim?

Is there a way to save my career from absolute disaster?

From jafe to El-Guest

What flight has the highest ratio of timezone difference to flight time?

Aggressive Under-Indexing and no data for missing index

How to get the last not-null value in an ordered column of a huge table?

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

Is it correct to say moon starry nights?

what's the use of '% to gdp' type of variables?

Easy to read palindrome checker

Is dried pee considered dirt?



Triple Pythagorean with $a^2+b^2=c^4$



The Next CEO of Stack OverflowTriple Pythagorean with a^2+b^2=c^4Derivation of Pythagorean Triple General Solution Starting Point:Pythagorean triples with additional parametersPythagorean triple problemSolving Quadratic Diophantine Equation with initial solutions.A triple of pythagorean triples with an extra propertyQuadratic Diophantine Equation with Rational CoefficientsA very different property of primitive Pythagorean triplets: Can number be in more than two of them?Quadratic (Pythagorean?) Diophantine EquationIs there a general formula for three Pythagorean Triangles which share an area?Triple Pythagorean with a^2+b^2=c^4












0












$begingroup$


It is well known that there exist integer solutions to the equation $a^2+b^2=c^2$.
For example, an explicit formula for integer values of $a$ , $b$ , and $c$ is



begin{align}a&=2mn \ b&=m^2-n^2 \ c&=m^2+n^2.end{align}



I want to find solutions to the equation $a^2+b^2=c^4$. However, I got $a,b,c$ in a general form that substitutes $x$ in integer and get $a,b,c$ in the integer. What should I do first? I'm very stuck!










share|cite|improve this question











$endgroup$

















    0












    $begingroup$


    It is well known that there exist integer solutions to the equation $a^2+b^2=c^2$.
    For example, an explicit formula for integer values of $a$ , $b$ , and $c$ is



    begin{align}a&=2mn \ b&=m^2-n^2 \ c&=m^2+n^2.end{align}



    I want to find solutions to the equation $a^2+b^2=c^4$. However, I got $a,b,c$ in a general form that substitutes $x$ in integer and get $a,b,c$ in the integer. What should I do first? I'm very stuck!










    share|cite|improve this question











    $endgroup$















      0












      0








      0





      $begingroup$


      It is well known that there exist integer solutions to the equation $a^2+b^2=c^2$.
      For example, an explicit formula for integer values of $a$ , $b$ , and $c$ is



      begin{align}a&=2mn \ b&=m^2-n^2 \ c&=m^2+n^2.end{align}



      I want to find solutions to the equation $a^2+b^2=c^4$. However, I got $a,b,c$ in a general form that substitutes $x$ in integer and get $a,b,c$ in the integer. What should I do first? I'm very stuck!










      share|cite|improve this question











      $endgroup$




      It is well known that there exist integer solutions to the equation $a^2+b^2=c^2$.
      For example, an explicit formula for integer values of $a$ , $b$ , and $c$ is



      begin{align}a&=2mn \ b&=m^2-n^2 \ c&=m^2+n^2.end{align}



      I want to find solutions to the equation $a^2+b^2=c^4$. However, I got $a,b,c$ in a general form that substitutes $x$ in integer and get $a,b,c$ in the integer. What should I do first? I'm very stuck!







      elementary-number-theory diophantine-equations pythagorean-triples






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 22 at 5:48









      Martin Sleziak

      44.9k10122277




      44.9k10122277










      asked Mar 17 at 16:26









      HeartHeart

      30519




      30519






















          3 Answers
          3






          active

          oldest

          votes


















          4












          $begingroup$

          Your equation, $a^2 + b^2 = c^4$, is the same as $a^2 + b^2 = c^2$, except that $c$ has been replaced with $c^2$. Thus you can find solutions by choosing $m$ and $n$ so that
          $$
          begin{align}
          a&=2mn \ b&=m^2-n^2 \ c^2&=m^2+n^2.
          end{align}
          $$

          But how can you make sure that $c$ is an integer? Easy: that last equation, $c^2 = m^2 + n^2$ says that $m,n$ and $c$ also form a Pythagorean triple. Thus you can find solutions with two new parameters, $r$ and $s$ such that
          $$
          begin{align}
          m&=2rs \ n&=r^2-s^2 \ c&=r^2+s^2.
          end{align}
          $$

          Substituting these in the first set of equations to find $a$ and $b$, you have
          $$
          begin{align}
          a&=4rs(r^2-s^2) \ b&=6r^2 s^2-r^4-s^4 \ c&=r^2 + s^2.
          end{align}
          $$

          For example, choosing $r=2$ and $s=1$ gives you $a = 24$, $b=7$, $c=5$ and, indeed, $24^2 + 7^2 = 5^4$.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Finding any triplet where C is an odd square will satisfy the equation because the square root of C taken to the 4th power does is.
            $endgroup$
            – poetasis
            9 hours ago



















          4












          $begingroup$

          Whenever you have $a^2+b^2=c^2$ you also get $(ca)^2+(cb)^2=c^4$ -- does that count for you?






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            +1, but are those all solutions?
            $endgroup$
            – tarit goswami
            Mar 22 at 3:10



















          0












          $begingroup$

          You are looking for a Pythagorean triple where the hypotenuse is an odd square. You can find if such a triple exists if you try values of $n$ in the following formula where $C$ is the odd square: $$k=frac{-(2n-1)+sqrt{2C-(2n-1)^2}}{2}$$
          from $1$ up to the point where $n^2+1>C$. If $k$ is an integer for any value(s) of $n$, then you can find A,B,C substituting $n$ and $k$ into the following functions:
          $$A=(2n-1)^2+2(2n-1)k$$
          $$B=2(2n-1)k+2 k^2$$
          $$C=(2n-1)^2+2(2n-1)k+2k^2$$



          If no integer $k$ is found for any value tested up to where $n^2+1>C$, then no triangle exists for that value of C. Remember that C must be an odd square for this to work because you are looking for one where $C^2=c^4$.



          Some other triples that satisfy this equation are (41, 840, 29),
          (239, 28560, 169),
          (63, 216, 15),
          (369, 7560, 87),
          (175, 600, 25),
          (1025, 21000, 145),
          (161, 240, 17),
          (343, 1176, 35),
          (721, 5280, 73),
          (959, 9360, 97),
          (567, 1944, 45),
          (1183, 4056, 65),
          (1575, 5400, 75),
          (527, 336, 25),
          (1241, 2520, 53),
          (2023, 6936, 85),
          (3281, 18480, 137),
          (2527, 8664, 95),
          (1071, 1080, 39),
          (1449, 2160, 51),
          (3087, 10584, 105),
          (1081, 840, 37),
          (2047, 3696, 65),
          (3703, 12696, 115),
          (4375, 15000, 125),
          (5103, 17496, 135),
          (5887, 20184, 145),
          (1519, 720, 41),
          (4681, 10920, 109),
          (6727, 23064, 155),
          (7623, 26136, 165),
          (2975, 3000, 65),
          (4025, 6000, 85),
          (8575, 29400, 175),
          (9583, 32856, 185).






          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%2f3151735%2ftriple-pythagorean-with-a2b2-c4%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4












            $begingroup$

            Your equation, $a^2 + b^2 = c^4$, is the same as $a^2 + b^2 = c^2$, except that $c$ has been replaced with $c^2$. Thus you can find solutions by choosing $m$ and $n$ so that
            $$
            begin{align}
            a&=2mn \ b&=m^2-n^2 \ c^2&=m^2+n^2.
            end{align}
            $$

            But how can you make sure that $c$ is an integer? Easy: that last equation, $c^2 = m^2 + n^2$ says that $m,n$ and $c$ also form a Pythagorean triple. Thus you can find solutions with two new parameters, $r$ and $s$ such that
            $$
            begin{align}
            m&=2rs \ n&=r^2-s^2 \ c&=r^2+s^2.
            end{align}
            $$

            Substituting these in the first set of equations to find $a$ and $b$, you have
            $$
            begin{align}
            a&=4rs(r^2-s^2) \ b&=6r^2 s^2-r^4-s^4 \ c&=r^2 + s^2.
            end{align}
            $$

            For example, choosing $r=2$ and $s=1$ gives you $a = 24$, $b=7$, $c=5$ and, indeed, $24^2 + 7^2 = 5^4$.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Finding any triplet where C is an odd square will satisfy the equation because the square root of C taken to the 4th power does is.
              $endgroup$
              – poetasis
              9 hours ago
















            4












            $begingroup$

            Your equation, $a^2 + b^2 = c^4$, is the same as $a^2 + b^2 = c^2$, except that $c$ has been replaced with $c^2$. Thus you can find solutions by choosing $m$ and $n$ so that
            $$
            begin{align}
            a&=2mn \ b&=m^2-n^2 \ c^2&=m^2+n^2.
            end{align}
            $$

            But how can you make sure that $c$ is an integer? Easy: that last equation, $c^2 = m^2 + n^2$ says that $m,n$ and $c$ also form a Pythagorean triple. Thus you can find solutions with two new parameters, $r$ and $s$ such that
            $$
            begin{align}
            m&=2rs \ n&=r^2-s^2 \ c&=r^2+s^2.
            end{align}
            $$

            Substituting these in the first set of equations to find $a$ and $b$, you have
            $$
            begin{align}
            a&=4rs(r^2-s^2) \ b&=6r^2 s^2-r^4-s^4 \ c&=r^2 + s^2.
            end{align}
            $$

            For example, choosing $r=2$ and $s=1$ gives you $a = 24$, $b=7$, $c=5$ and, indeed, $24^2 + 7^2 = 5^4$.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Finding any triplet where C is an odd square will satisfy the equation because the square root of C taken to the 4th power does is.
              $endgroup$
              – poetasis
              9 hours ago














            4












            4








            4





            $begingroup$

            Your equation, $a^2 + b^2 = c^4$, is the same as $a^2 + b^2 = c^2$, except that $c$ has been replaced with $c^2$. Thus you can find solutions by choosing $m$ and $n$ so that
            $$
            begin{align}
            a&=2mn \ b&=m^2-n^2 \ c^2&=m^2+n^2.
            end{align}
            $$

            But how can you make sure that $c$ is an integer? Easy: that last equation, $c^2 = m^2 + n^2$ says that $m,n$ and $c$ also form a Pythagorean triple. Thus you can find solutions with two new parameters, $r$ and $s$ such that
            $$
            begin{align}
            m&=2rs \ n&=r^2-s^2 \ c&=r^2+s^2.
            end{align}
            $$

            Substituting these in the first set of equations to find $a$ and $b$, you have
            $$
            begin{align}
            a&=4rs(r^2-s^2) \ b&=6r^2 s^2-r^4-s^4 \ c&=r^2 + s^2.
            end{align}
            $$

            For example, choosing $r=2$ and $s=1$ gives you $a = 24$, $b=7$, $c=5$ and, indeed, $24^2 + 7^2 = 5^4$.






            share|cite|improve this answer









            $endgroup$



            Your equation, $a^2 + b^2 = c^4$, is the same as $a^2 + b^2 = c^2$, except that $c$ has been replaced with $c^2$. Thus you can find solutions by choosing $m$ and $n$ so that
            $$
            begin{align}
            a&=2mn \ b&=m^2-n^2 \ c^2&=m^2+n^2.
            end{align}
            $$

            But how can you make sure that $c$ is an integer? Easy: that last equation, $c^2 = m^2 + n^2$ says that $m,n$ and $c$ also form a Pythagorean triple. Thus you can find solutions with two new parameters, $r$ and $s$ such that
            $$
            begin{align}
            m&=2rs \ n&=r^2-s^2 \ c&=r^2+s^2.
            end{align}
            $$

            Substituting these in the first set of equations to find $a$ and $b$, you have
            $$
            begin{align}
            a&=4rs(r^2-s^2) \ b&=6r^2 s^2-r^4-s^4 \ c&=r^2 + s^2.
            end{align}
            $$

            For example, choosing $r=2$ and $s=1$ gives you $a = 24$, $b=7$, $c=5$ and, indeed, $24^2 + 7^2 = 5^4$.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Mar 17 at 17:15









            FredHFredH

            3,3701023




            3,3701023












            • $begingroup$
              Finding any triplet where C is an odd square will satisfy the equation because the square root of C taken to the 4th power does is.
              $endgroup$
              – poetasis
              9 hours ago


















            • $begingroup$
              Finding any triplet where C is an odd square will satisfy the equation because the square root of C taken to the 4th power does is.
              $endgroup$
              – poetasis
              9 hours ago
















            $begingroup$
            Finding any triplet where C is an odd square will satisfy the equation because the square root of C taken to the 4th power does is.
            $endgroup$
            – poetasis
            9 hours ago




            $begingroup$
            Finding any triplet where C is an odd square will satisfy the equation because the square root of C taken to the 4th power does is.
            $endgroup$
            – poetasis
            9 hours ago











            4












            $begingroup$

            Whenever you have $a^2+b^2=c^2$ you also get $(ca)^2+(cb)^2=c^4$ -- does that count for you?






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              +1, but are those all solutions?
              $endgroup$
              – tarit goswami
              Mar 22 at 3:10
















            4












            $begingroup$

            Whenever you have $a^2+b^2=c^2$ you also get $(ca)^2+(cb)^2=c^4$ -- does that count for you?






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              +1, but are those all solutions?
              $endgroup$
              – tarit goswami
              Mar 22 at 3:10














            4












            4








            4





            $begingroup$

            Whenever you have $a^2+b^2=c^2$ you also get $(ca)^2+(cb)^2=c^4$ -- does that count for you?






            share|cite|improve this answer









            $endgroup$



            Whenever you have $a^2+b^2=c^2$ you also get $(ca)^2+(cb)^2=c^4$ -- does that count for you?







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Mar 17 at 16:51









            Henning MakholmHenning Makholm

            243k17308553




            243k17308553












            • $begingroup$
              +1, but are those all solutions?
              $endgroup$
              – tarit goswami
              Mar 22 at 3:10


















            • $begingroup$
              +1, but are those all solutions?
              $endgroup$
              – tarit goswami
              Mar 22 at 3:10
















            $begingroup$
            +1, but are those all solutions?
            $endgroup$
            – tarit goswami
            Mar 22 at 3:10




            $begingroup$
            +1, but are those all solutions?
            $endgroup$
            – tarit goswami
            Mar 22 at 3:10











            0












            $begingroup$

            You are looking for a Pythagorean triple where the hypotenuse is an odd square. You can find if such a triple exists if you try values of $n$ in the following formula where $C$ is the odd square: $$k=frac{-(2n-1)+sqrt{2C-(2n-1)^2}}{2}$$
            from $1$ up to the point where $n^2+1>C$. If $k$ is an integer for any value(s) of $n$, then you can find A,B,C substituting $n$ and $k$ into the following functions:
            $$A=(2n-1)^2+2(2n-1)k$$
            $$B=2(2n-1)k+2 k^2$$
            $$C=(2n-1)^2+2(2n-1)k+2k^2$$



            If no integer $k$ is found for any value tested up to where $n^2+1>C$, then no triangle exists for that value of C. Remember that C must be an odd square for this to work because you are looking for one where $C^2=c^4$.



            Some other triples that satisfy this equation are (41, 840, 29),
            (239, 28560, 169),
            (63, 216, 15),
            (369, 7560, 87),
            (175, 600, 25),
            (1025, 21000, 145),
            (161, 240, 17),
            (343, 1176, 35),
            (721, 5280, 73),
            (959, 9360, 97),
            (567, 1944, 45),
            (1183, 4056, 65),
            (1575, 5400, 75),
            (527, 336, 25),
            (1241, 2520, 53),
            (2023, 6936, 85),
            (3281, 18480, 137),
            (2527, 8664, 95),
            (1071, 1080, 39),
            (1449, 2160, 51),
            (3087, 10584, 105),
            (1081, 840, 37),
            (2047, 3696, 65),
            (3703, 12696, 115),
            (4375, 15000, 125),
            (5103, 17496, 135),
            (5887, 20184, 145),
            (1519, 720, 41),
            (4681, 10920, 109),
            (6727, 23064, 155),
            (7623, 26136, 165),
            (2975, 3000, 65),
            (4025, 6000, 85),
            (8575, 29400, 175),
            (9583, 32856, 185).






            share|cite|improve this answer











            $endgroup$


















              0












              $begingroup$

              You are looking for a Pythagorean triple where the hypotenuse is an odd square. You can find if such a triple exists if you try values of $n$ in the following formula where $C$ is the odd square: $$k=frac{-(2n-1)+sqrt{2C-(2n-1)^2}}{2}$$
              from $1$ up to the point where $n^2+1>C$. If $k$ is an integer for any value(s) of $n$, then you can find A,B,C substituting $n$ and $k$ into the following functions:
              $$A=(2n-1)^2+2(2n-1)k$$
              $$B=2(2n-1)k+2 k^2$$
              $$C=(2n-1)^2+2(2n-1)k+2k^2$$



              If no integer $k$ is found for any value tested up to where $n^2+1>C$, then no triangle exists for that value of C. Remember that C must be an odd square for this to work because you are looking for one where $C^2=c^4$.



              Some other triples that satisfy this equation are (41, 840, 29),
              (239, 28560, 169),
              (63, 216, 15),
              (369, 7560, 87),
              (175, 600, 25),
              (1025, 21000, 145),
              (161, 240, 17),
              (343, 1176, 35),
              (721, 5280, 73),
              (959, 9360, 97),
              (567, 1944, 45),
              (1183, 4056, 65),
              (1575, 5400, 75),
              (527, 336, 25),
              (1241, 2520, 53),
              (2023, 6936, 85),
              (3281, 18480, 137),
              (2527, 8664, 95),
              (1071, 1080, 39),
              (1449, 2160, 51),
              (3087, 10584, 105),
              (1081, 840, 37),
              (2047, 3696, 65),
              (3703, 12696, 115),
              (4375, 15000, 125),
              (5103, 17496, 135),
              (5887, 20184, 145),
              (1519, 720, 41),
              (4681, 10920, 109),
              (6727, 23064, 155),
              (7623, 26136, 165),
              (2975, 3000, 65),
              (4025, 6000, 85),
              (8575, 29400, 175),
              (9583, 32856, 185).






              share|cite|improve this answer











              $endgroup$
















                0












                0








                0





                $begingroup$

                You are looking for a Pythagorean triple where the hypotenuse is an odd square. You can find if such a triple exists if you try values of $n$ in the following formula where $C$ is the odd square: $$k=frac{-(2n-1)+sqrt{2C-(2n-1)^2}}{2}$$
                from $1$ up to the point where $n^2+1>C$. If $k$ is an integer for any value(s) of $n$, then you can find A,B,C substituting $n$ and $k$ into the following functions:
                $$A=(2n-1)^2+2(2n-1)k$$
                $$B=2(2n-1)k+2 k^2$$
                $$C=(2n-1)^2+2(2n-1)k+2k^2$$



                If no integer $k$ is found for any value tested up to where $n^2+1>C$, then no triangle exists for that value of C. Remember that C must be an odd square for this to work because you are looking for one where $C^2=c^4$.



                Some other triples that satisfy this equation are (41, 840, 29),
                (239, 28560, 169),
                (63, 216, 15),
                (369, 7560, 87),
                (175, 600, 25),
                (1025, 21000, 145),
                (161, 240, 17),
                (343, 1176, 35),
                (721, 5280, 73),
                (959, 9360, 97),
                (567, 1944, 45),
                (1183, 4056, 65),
                (1575, 5400, 75),
                (527, 336, 25),
                (1241, 2520, 53),
                (2023, 6936, 85),
                (3281, 18480, 137),
                (2527, 8664, 95),
                (1071, 1080, 39),
                (1449, 2160, 51),
                (3087, 10584, 105),
                (1081, 840, 37),
                (2047, 3696, 65),
                (3703, 12696, 115),
                (4375, 15000, 125),
                (5103, 17496, 135),
                (5887, 20184, 145),
                (1519, 720, 41),
                (4681, 10920, 109),
                (6727, 23064, 155),
                (7623, 26136, 165),
                (2975, 3000, 65),
                (4025, 6000, 85),
                (8575, 29400, 175),
                (9583, 32856, 185).






                share|cite|improve this answer











                $endgroup$



                You are looking for a Pythagorean triple where the hypotenuse is an odd square. You can find if such a triple exists if you try values of $n$ in the following formula where $C$ is the odd square: $$k=frac{-(2n-1)+sqrt{2C-(2n-1)^2}}{2}$$
                from $1$ up to the point where $n^2+1>C$. If $k$ is an integer for any value(s) of $n$, then you can find A,B,C substituting $n$ and $k$ into the following functions:
                $$A=(2n-1)^2+2(2n-1)k$$
                $$B=2(2n-1)k+2 k^2$$
                $$C=(2n-1)^2+2(2n-1)k+2k^2$$



                If no integer $k$ is found for any value tested up to where $n^2+1>C$, then no triangle exists for that value of C. Remember that C must be an odd square for this to work because you are looking for one where $C^2=c^4$.



                Some other triples that satisfy this equation are (41, 840, 29),
                (239, 28560, 169),
                (63, 216, 15),
                (369, 7560, 87),
                (175, 600, 25),
                (1025, 21000, 145),
                (161, 240, 17),
                (343, 1176, 35),
                (721, 5280, 73),
                (959, 9360, 97),
                (567, 1944, 45),
                (1183, 4056, 65),
                (1575, 5400, 75),
                (527, 336, 25),
                (1241, 2520, 53),
                (2023, 6936, 85),
                (3281, 18480, 137),
                (2527, 8664, 95),
                (1071, 1080, 39),
                (1449, 2160, 51),
                (3087, 10584, 105),
                (1081, 840, 37),
                (2047, 3696, 65),
                (3703, 12696, 115),
                (4375, 15000, 125),
                (5103, 17496, 135),
                (5887, 20184, 145),
                (1519, 720, 41),
                (4681, 10920, 109),
                (6727, 23064, 155),
                (7623, 26136, 165),
                (2975, 3000, 65),
                (4025, 6000, 85),
                (8575, 29400, 175),
                (9583, 32856, 185).







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited 8 hours ago

























                answered 16 hours ago









                poetasispoetasis

                432317




                432317






























                    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%2f3151735%2ftriple-pythagorean-with-a2b2-c4%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

                    六本木駅

                    Integral that is continuous and looks like it converges to a geometric seriesTesting if a geometric series converges by taking limit to infinitySummation of arithmetic-geometric series of higher orderGeometric series with polynomial exponentHow to Recognize a Geometric SeriesShowing an integral equality with series over the integersDiscontinuity of a series of continuous functionsReasons why a Series ConvergesSum of infinite geometric series with two terms in summationUsing geometric series for computing IntegralsLimit of geometric series sum when $r = 1$

                    Joseph Lister