login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121727 Hypotenuse of primitive Pythagorean triangles sorted on area (A024406), then on hypotenuse. 3
5, 13, 17, 25, 41, 29, 37, 61, 65, 85, 53, 113, 65, 101, 145, 73, 85, 89, 181, 145, 221, 97, 125, 109, 197, 265, 149, 313, 257, 173, 137, 365, 185, 157, 325, 421, 229, 169, 481, 205, 185, 193, 401, 269, 545, 293 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complete triple (X,Y,Z), with X>Y>Z is given by X=a(n),Y=A121728(n),Z=A121729(n).
LINKS
PROG
(PARI) v=vector(M=10^4); for(a=1, M, v[a] = []; fordiv(2*a, x, if(x<(y=2*a/x) && issquare(x^2+y^2, &z) && 1==gcd([x, y, z]), v[a] = concat(z, v[a])))); concat(v) /* Michael Somos, Dec 21 2016 */
CROSSREFS
Sequence in context: A094194 A088511 A089545 * A119321 A078900 A113482
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Aug 17 2006
EXTENSIONS
a(20)=145 corrected by Philippe Guglielmetti, Dec 14 2016
a(43)=401 inserted by Michael Somos, Dec 21 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)