login
A394101
Middle sides y for integer-sided triangles (x <= y <= z) with an integer internal angle bisector l splitting the triangle into two integer-sided triangles; include only tuples (x, y, z; l) with gcd(x, y, z, l) = 1; ordered by z, then y, then x.
9
5, 5, 7, 13, 17, 15, 20, 18, 21, 13, 21, 25, 24, 27, 17, 25, 28, 28, 37, 29, 41, 29, 39, 42, 39, 25, 36, 42, 37, 38, 42, 45, 43, 52, 39, 40, 53, 55, 52, 38, 52, 58, 61, 55, 60, 65, 51, 65, 54, 64, 37, 63, 54, 66, 68, 72, 52, 56, 77, 41, 75, 77, 69, 56, 85, 85, 80
OFFSET
1,1
COMMENTS
The longest and shortest sides are listed as A394100 and A394102, respectively. The corresponding l-values are in A393193.
EXAMPLE
5 is a term because in the triangle (x, y, z) = (5, 5, 6) the internal bisector l_z = 4 splits z = 6 into 3 and 3, yielding two congruent triangles (3, 4, 5), and gcd(5, 5, 6, 4) = 1.
15 is a term because in the triangle (x, y, z) = (12, 15, 18) the internal bisector l_y = 10 splits y = 15 into 6 and 9, yielding triangles (6, 10, 12) and (9, 10, 18), and gcd(12, 15, 18, 10) = 1.
MAPLE
# See Huber link in A394100.
CROSSREFS
KEYWORD
nonn
AUTHOR
Felix Huber, Mar 17 2026
STATUS
approved