A352314 Primitive triples (a, b, c) of integer-sided triangles such that the distance d = OI between the circumcenter O and the incenter I is also a positive integer. The triples of sides (a, b, c) are in increasing order a <= b <= c.
10, 10, 16, 40, 40, 48, 16, 49, 55, 80, 104, 104, 15, 169, 176, 130, 130, 240, 231, 361, 416, 246, 246, 480, 272, 272, 480, 480, 510, 510, 296, 296, 560, 350, 350, 672, 455, 961, 1104, 672, 1200, 1200, 259, 1040, 1221, 1040, 1369, 1551, 1160, 1160, 1680, 1218, 1218, 1680
Offset: 1
Examples
The table begins: 10, 10, 16; 40, 40, 48; 16, 49, 55; 80, 104, 104; 15, 169, 176; 130, 130, 240; 231, 361, 416; ......... For first triple (10, 10, 16), s = (10+10+16)/2 = 18, A = 48, r = 48/18 = 8/3, R = 10*10*16/4*48 = 25/3, and d = sqrt(25/3 * 9/3) = 5. We observe that gcd(10, 10, 16) = 2, but that gcd(10, 10, 16, 5) = 1, in fact for triple (5, 5, 8) with gcd(5, 5, 8) = 1, OI should be 5/2.
Links
- Eric Weisstein's World of Mathematics, Circumcircle.
- Eric Weisstein's World of Mathematics, Circumradius.
- Eric Weisstein's World of Mathematics, Euler Triangle Formula.
- Eric Weisstein's World of Mathematics, Incircle.
- Eric Weisstein's World of Mathematics, Inradius.
Extensions
More terms from Jinyuan Wang, Mar 12 2022
Comments