A256584 Integer areas of integer-sided triangles where at least one of the three altitudes is of perfect square length.
6, 12, 54, 96, 108, 126, 144, 180, 192, 216, 234, 240, 264, 270, 336, 360, 378, 408, 480, 486, 504, 522, 540, 594, 600, 744, 750, 756, 864, 900, 972, 990, 1008, 1026, 1116, 1134, 1224, 1296, 1350, 1386, 1404, 1494, 1500, 1536, 1584, 1620, 1656, 1728, 1800, 1872
Offset: 1
Keywords
Examples
1350 is in the sequence because the altitudes of the triangle (45, 60, 75) are (60, 45, 36).
Links
- Eric Weisstein, Altitude
- Eric Weisstein, Isosceles Triangle
- Eric Weisstein, Right Triangle
Crossrefs
Cf. A210643.
Programs
-
Mathematica
nn=200;lst={};Do[s=(a+b+c)/2;If[IntegerQ[s],area2=s (s-a) (s-b) (s-c);If[0
Comments