OFFSET
1,1
COMMENTS
The primary key is the increasing length of the hypotenuse, A020882. If there is more than one solution with that hypotenuse, the (secondary) sorting key is the even leg.
Only the odd legs 'a' of reduced triangles with gcd(a,b,c)=1, a^2+b^2=c^2, a=q^2-p^2, b=2*p*q, c=q^2+p^2, gcd(p,q)=1 are listed.
LINKS
K. G. Stier, Table of n, a(n) for n = 1..1593
Michael Somos, Pythagorean Triple Table, Reduced integer right triangles, Feb 28, 1998.
Wikipedia, Pythagorean Triple.
EXAMPLE
a(1) = 3 because the only triangle with the least possible hypotenuse 5 has catheti 3 and 4.
CROSSREFS
KEYWORD
nonn,look
AUTHOR
Jonathan Vos Post, Sep 12 2010
EXTENSIONS
Comment on sorting added, more terms appended by R. J. Mathar, Oct 15 2010
Sequence's name and comments corrected by K. G. Stier, Nov 03 2013
STATUS
approved