A020883 Ordered long legs of primitive Pythagorean triangles.
4, 12, 15, 21, 24, 35, 40, 45, 55, 56, 60, 63, 72, 77, 80, 84, 91, 99, 105, 112, 117, 120, 132, 140, 143, 144, 153, 156, 165, 168, 171, 176, 180, 187, 195, 208, 209, 220, 221, 224, 231, 240, 247, 252, 253, 255, 260, 264, 272, 273, 275, 285, 288, 299, 304, 308, 312, 323
Offset: 1
Keywords
References
- V. Lespinard & R. Pernet, Trigonométrie, Classe de Mathématiques élémentaires, programme 1962, problème B-337 p. 179, André Desvigne.
Links
- Giovanni Resta, Table of n, a(n) for n = 1..10000
- Ron Knott, Pythagorean Triples and Online Calculators
Crossrefs
Programs
-
Maple
for a from 4 to 325 do for b from floor(a/2)+1 to a-1 do c := a*b/(2*b-a); if c=floor(c) and igcd(a,b,c)=1 and c-bBernard Schott, May 05 2021
Extensions
Extended and corrected by David W. Wilson
Comments