login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Denominator of the side lengths (legs in ascending order) of the easiest Pythagorean Triangle (with smallest hypotenuse) according to the congruent numbers A003273.
1

%I #22 Mar 27 2020 09:07:24

%S 2,3,6,1,1,1,12,5,60,323,30,9690,3,2,6,1,2,2,1,3,3,2,1,2,35,3,105,

%T 20748,3485,72306780

%N Denominator of the side lengths (legs in ascending order) of the easiest Pythagorean Triangle (with smallest hypotenuse) according to the congruent numbers A003273.

%C Every three fractions x < y < z satisfy the Pythagorean equation x^2 + y^2 = z^2: (A268602(3*n-2)/a(3*n-2))^2 + (A268602(3*n-1)/a(3*n-1))^2 = (A268602(3*n)/a(3*n))^2.

%C The area A = x*y/2 of these Pythagorean triangles is a congruent number: A003273(n) = (1/2) * A268602(3*n-2)/a(3*n-2) * A268602(3*n-1)/a(3*n-1)).

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/CongruentNumber.html">Congruent Number.</a>

%e The first congruent number is 5 and the associated right triangle with the side lengths x = 3/2, y = 20/3, z = 41/6 satisfies the Pythagorean equation (3/2)^2 + (20/3)^2 = (41/6)^2 and the area of this triangle equals 1/2*3/2*20/3 = 5.

%Y Cf. A003273, A268602.

%K nonn,frac,tabf,more

%O 1,1

%A _Martin Renner_, Feb 08 2016

%E a(14) corrected on Mar 14 2020