Given a triangle ABC, the triangle H1H2H3 whose vertices are endpoints of the altitudes from each of the vertices of ABC is called the orthic triangle, or sometimes the altitude triangle. The three lines AH1, BH2, and CH3 are concurrent at the orthocenter H of the triangle ABC.
The area of the orthic triangle is given by S' = a*b*c*|cos A cos B cos C|/(2*R) where a, b, c are the integer sides of ABC and R is the circumradius of ABC.
The lengths of the legs of the orthic triangle are given by
a' = a*|cos A| = a*|b^2+c^2-a^2|/(2*b*c);
b' = b*|cos B| = b*|c^2+a^2-b^2|/(2*a*c);
c' = c*|cos C| = c*|a^2+b^2-c^2|/(2*a*b).
Property of this sequence:
It seems that all triangles are isosceles of the form (a, a, b) with a < b, and each associated orthic triangle is also of the form (h1, h1, h2) but with h1 > h2 (see the table below). It seems also that if the area of the orthic triangle is an integer, then the sides are integers.
The following table gives the first values (S', S, a, b, c, h1, h2, h3) where S' is the area of the orthic triangles, S is the area of the triangles ABC, a, b, c the integer sides of the triangles ABC and h1, h2, h3 are the integer sides of the orthic triangles.
******************************************************
* S' * S * a * b * c * h1 * h2 * h3 *
******************************************************
* 1512 * 7500 * 125 * 125 * 150 * 75 * 75 * 42 *
* 2688 * 7500 * 125 * 125 * 200 * 100 * 100 * 56 *
* 6048 * 30000 * 250 * 250 * 300 * 150 * 150 * 84 *
* 10752 * 30000 * 250 * 250 * 400 * 200 * 200 * 112 *
* 13608 * 67500 * 375 * 375 * 450 * 225 * 225 * 126 *
* 24192 * 67500 * 375 * 375 * 600 * 300 * 300 * 168 *
* 24192 * 120000 * 500 * 500 * 600 * 300 * 300 * 168 *
* 37800 * 187500 * 625 * 625 * 750 * 375 * 375 * 210 *
* 43008 * 120000 * 500 * 500 * 800 * 400 * 400 * 224 *
* 54432 * 270000 * 750 * 750 * 900 * 450 * 450 * 252 *
******************************************************