A242778 Sides (a,c) of cyclic quadrilaterals of integer sides (a,b,c,d), integer areas, and integer circumradius such that a=b and c=d.
6, 8, 10, 24, 12, 16, 14, 48, 16, 30, 18, 24, 18, 80, 20, 48, 22, 120, 24, 32, 24, 70, 26, 168, 28, 96, 30, 40, 30, 72, 30, 224, 32, 60, 32, 126, 34, 288, 36, 48, 36, 160, 38, 360, 40, 42, 40, 96, 40, 198, 42, 56, 42, 144, 42, 440, 44, 240, 46, 528, 48, 64
Offset: 1
Keywords
Examples
(a(1),a(2)) = (6,8) because, for (a,b,c,d) = (6,6,8,8) we obtain: s = a + c = 6+8 = 14; A = a*c = 6*8 = 48; R = sqrt(a^2 + c^2)/2 = sqrt(6^2 + 8^2)/2 = 5.
Links
- Eric Weisstein's World of Mathematics, Cyclic Quadrilateral
Programs
-
Mathematica
nn=1500;lst={};Do[s=(2*a+2*c)/2;If[IntegerQ[s],area2=(s-a)^2*(s-c)^2;If[0
Extensions
Definition and comments extended and/or corrected by Gregory Gerard Wojnar, Nov 10 2018
Comments