cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

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.

Original entry on oeis.org

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

Views

Author

Michel Lagneau, May 22 2014

Keywords

Comments

In Euclidean geometry, a cyclic quadrilateral is a quadrilateral whose vertices all lie on a single circle. This circle is called the circumcircle or circumscribing circle, and the vertices are said to be concyclic.
The area A of any cyclic quadrilateral with sides a, b, c, d is given by Brahmagupta's formula: A = sqrt((s - a)(s - b)(s - c)(s - d)) where s, the semiperimeter, is s= (a+b+c+d)/2.
The circumradius R (the radius of the circumcircle) of any cyclic quadrilateral is given by
R = sqrt((ab+cd)(ac+bd)(ad+bc))/(4A).
Many cyclic quadrilaterals [a, b, c, d] with integer sidelengths, integer area, and integer circumradius have the property that a = b and c = d, thus forming a kite with two right angles, with the long diagonal of the kite being a diameter of the circle; thus the circumradius is R = sqrt(a^2 + c^2)/2. Since Brahmagupta's formula is invariant upon permutation of the sides, the area of such a kite is the same as that of the rectangle with sides [a, c, b, d]. So in this case s = a+c, and A = a*c. In particular, the double of any Pythagorean triple will satisfy our requirements.
Nevertheless, there also exist cyclic quadrilaterals with integer sidelengths, integer area, and integer circumradius, whose four sides are distinct; for example, [a, b, c, d] = [ 14, 30, 40, 48] => A = 936 and R = 25.

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.
		

Crossrefs

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

A297790 Areas of integer side-length cyclic quadrilaterals, excluding rectangles and kites with two right angles, with integer area.

Original entry on oeis.org

12, 15, 16, 18, 20, 21, 24, 28, 30, 36, 40, 42, 45, 48, 54, 56, 60, 63, 64, 65, 66, 70, 72, 75, 78, 80, 84, 85, 88, 90, 95, 96, 99, 100, 102, 104, 105, 108, 110, 112, 115, 117, 120, 126, 128, 130, 132, 135, 136, 140, 144, 150, 152, 153, 154, 156, 160, 162, 165, 168, 170, 171, 175, 176, 180, 182, 184, 189, 190, 192, 195, 196, 198, 200, 203, 204, 207, 208, 210, 216, 217, 220, 224, 225, 228, 230, 231, 232, 234, 238
Offset: 1

Views

Author

Gregory Gerard Wojnar, Jan 28 2018

Keywords

Crossrefs

Extensions

Name clarified by Gregory Gerard Wojnar, Oct 31 2018
Missing terms 64, 112, and 162 inserted by Daniel J Hardisky, Apr 24 2025

A298860 Primitive cyclic quadrilaterals with integer area.

Original entry on oeis.org

1, 3, 6, 8, 18, 12, 1, 5, 5, 7, 18, 16, 1, 2, 8, 9, 20, 12, 1, 5, 5, 9, 20, 15, 1, 4, 7, 8, 20, 18, 2, 5, 5, 8, 20, 20, 2, 5, 5, 10, 22, 18, 3, 5, 5, 9, 22, 24, 2, 4, 7, 11, 24, 20, 3, 5, 5, 11, 24, 21, 4, 5, 5, 10, 24, 28, 2, 6, 7, 9, 24, 30, 4, 5, 5, 12, 26, 24, 3, 4, 8, 11, 26, 30, 4, 5, 7, 10, 26, 36, 2, 5, 10, 11, 28, 36, 1, 7, 8, 14, 30, 28, 1, 8, 9, 12, 30, 42
Offset: 1

Views

Author

Gregory Gerard Wojnar, Jan 27 2018

Keywords

Comments

Entries are listed as sextuples: (a,b,c,d), Perimeter, Area. They are ordered first by perimeter, second by area, third by a, then b, then c, then d. Rectangles and kites with two right angles are not listed; thus a < b <= c <= d. By "primitive" we mean (a,b,c,d) is not a multiple of any earlier quadruple.
We observe that the number of odd integers in any quadruple is always an even number.

Examples

			The first row of the table gives sidelengths (a,b,c,d)=(1,3,6,8) with perimeter=18 and area=12. Thus:
  a b c  d Perim Area
  = = = == ===== ====
  1 3 6  8   18   12
  1 5 5  7   18   16
  1 2 8  9   20   12
  1 5 5  9   20   15
  1 4 7  8   20   18
  2 5 5  8   20   20
  2 5 5 10   22   18
  3 5 5  9   22   24
  2 4 7 11   24   20
  3 5 5 11   24   21
  4 5 5 10   24   28
  etc.
		

Crossrefs

Showing 1-3 of 3 results.