Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #5 Jan 14 2020 22:18:09
%S 1,64,49,1024,2025,4096,25600,2401,7744,148225,8281,2073600,123904,
%T 774400,3705625
%N Numerator of squared radius of circumscribed circle of a triangle with integer sides i <= j <= k, such that the number of triangles with this radius sets a new record. Denominators are A331225.
%F Squared radius of circumcircle of triangle with sides a, b, c:
%F R^2 = (a*b*c)^2 / (16*s*(s - a)*(s - b)*(s - c)) with s = (a + b + c)/2.
%e Correspondence of the first terms b(n) = a(n)/A331225(n) with triangles (i, j, k):
%e b(1) = 1/3: (1,1,1), start with 1 = A331226(1) triangle.
%e b(2) = 64/15: (2,3,4), (2,4,4) is the first occurrence of 2 = A331226(2) triangles with identical R.
%e b(3) = 49/3: (3,5,7), (3,7,8), (5,7,8), (7,7,7) is the first occurrence of more triangles with identical R than the previous record 2, new record is 4 = A331226(3).
%e b(4) = 1024/15: (5,8,12), (5,14,16), (8,8,14), (8,12,16), (8,16,16), (12,14,16) is the first occurrence of more triangles with identical R than the previous record 4, new record is 6 = A331226(4).
%Y Cf. A331040, A331041, A331225, A331226, A331227, A331228.
%K nonn,frac,more
%O 1,2
%A _Hugo Pfoertner_, Jan 14 2020