1, 1, 2, 2, 4, 2, 10, 2, 16, 8, 34, 2, 100, 2, 130, 38, 256, 2, 1000, 2, 1156, 134, 2050, 2, 10000, 32, 8194, 512, 16900, 2, 146854, 2, 65536, 2054, 131074, 158, 1000000, 2, 524290, 8198, 1336336, 2, 11680390, 2, 4202500, 54872, 8388610, 2, 100000000, 128
Offset: 0
A006600
Total number of triangles visible in regular n-gon with all diagonals drawn.
Original entry on oeis.org
1, 8, 35, 110, 287, 632, 1302, 2400, 4257, 6956, 11297, 17234, 25935, 37424, 53516, 73404, 101745, 136200, 181279, 236258, 306383, 389264, 495650, 620048, 772785, 951384, 1167453, 1410350, 1716191, 2058848, 2463384, 2924000, 3462305, 4067028, 4776219, 5568786, 6479551
Offset: 3
a(4) = 8 because in a quadrilateral the diagonals cross to make four triangles, which pair up to make four more.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
- T. D. Noe, Table of n, a(n) for n=3..1000
- Sascha Kurz, m-gons in regular n-gons
- Victor Meally, Letter to N. J. A. Sloane, no date.
- B. Poonen and M. Rubinstein, Number of Intersection Points Made by the Diagonals of a Regular Polygon, SIAM J. Discrete Mathematics, Vol. 11, pp. 135-156.
- B. Poonen and M. Rubinstein, The number of intersection points made by the diagonals of a regular polygon, SIAM J. on Discrete Mathematics, Vol. 11, No. 1, 135-156 (1998).
- B. Poonen and M. Rubinstein, The number of intersection points made by the diagonals of a regular polygon, arXiv version, which has fewer typos than the SIAM version.
- B. Poonen and M. Rubinstein, Mathematica programs for these sequences
- M. Rubinstein, Drawings for n=4,5,6,...
- T. Sillke, Number of triangles for convex n-gon
- S. E. Sommars and T. Sommars, Number of Triangles Formed by Intersecting Diagonals of a Regular Polygon, J. Integer Sequences, 1 (1998), #98.1.5.
- Sequences formed by drawing all diagonals in regular polygon
-
del[m_,n_]:=If[Mod[n,m]==0,1,0]; Tri[n_]:=n(n-1)(n-2)(n^3+18n^2-43n+60)/720 - del[2,n](n-2)(n-7)n/8 - del[4,n](3n/4) - del[6,n](18n-106)n/3 + del[12,n]*33n + del[18,n]*36n + del[24,n]*24n - del[30,n]*96n - del[42,n]*72n - del[60,n]*264n - del[84,n]*96n - del[90,n]*48n - del[120,n]*96n - del[210,n]*48n; Table[Tri[n], {n,3,1000}] (* T. D. Noe, Dec 21 2006 *)
a(3)-a(8) computed by Victor Meally (personal communication to
N. J. A. Sloane, circa 1975); later terms and recurrence from S. Sommars and T. Sommars.
A067151
Number of regions in regular n-gon which are quadrilaterals (4-gons) when all its diagonals are drawn.
Original entry on oeis.org
0, 0, 6, 7, 24, 36, 90, 132, 168, 234, 378, 600, 672, 901, 954, 1444, 1580, 2520, 2860, 2990, 3696, 4800, 5070, 6750, 7644, 9309, 7920, 12927, 12896, 15576, 16898, 20475, 18684, 25382, 27246, 30966, 32760, 37064, 37170, 45838, 47300, 55350, 60996, 69231, 66864, 80507, 87550, 98124, 103272
Offset: 4
a(6)=6 because the 6 regions around the center are quadrilaterals.
- B. Poonen and M. Rubinstein, Number of Intersection Points Made by the Diagonals of a Regular Polygon, SIAM J. Discrete Mathematics, Vol. 11, pp. 135-156.
- Scott R. Shannon, Table of n, a(n) for n = 4..765
- Sascha Kurz, m-gons in regular n-gons
- B. Poonen and M. Rubinstein, The number of intersection points made by the diagonals of a regular polygon, arXiv:math/9508209 [math.MG], 1995-2006, which has fewer typos than the SIAM version.
- B. Poonen and M. Rubinstein, Mathematica programs for these sequences
- N. J. A. Sloane, Summary table for vertices and regions in regular n-gon with all chords drawn, for n = 3..19. [V = total number of vertices (A007569), V_i (i>=2) = number of vertices where i lines cross (A292105, A292104, A101363); R = total number of cells or regions (A007678), R_i (i>=3) = number of regions with i edges (A331450, A062361, A067151).]
- Sequences formed by drawing all diagonals in regular polygon
Cf.
A007678,
A067163,
A064869,
A067152,
A067153,
A067154,
A067155,
A067156,
A067157,
A067158,
A067159.
A146212
Number of intersection points of all lines through pairs of vertices of a regular n-gon.
Original entry on oeis.org
3, 5, 15, 37, 91, 145, 333, 471, 891, 901, 1963, 2185, 3795, 3969, 6681, 5563, 10963, 11141, 17031, 17293, 25323, 21913, 36325, 36479, 50571, 50485, 68643, 51661, 91171, 90753, 118833, 118355, 152355, 139861, 192511, 191445, 240123, 238481
Offset: 3
a(5)=15 because there are 5 points inside the pentagon, 5 points on the pentagon and five points outside of the pentagon.
- Jon E. Schoenfield, Table of n, a(n) for n = 3..100
- T. D. Noe, Pentagon Illustrated
- J. F. Rigby, Multiple intersections of diagonals of regular polygons, and related topics, Geom. Dedicata 9 (1980), 207-238.
- Scott R. Shannon, Image for n = 3. In this and other images the dots showing the regular n-gon's vertices are slightly larger and circled with white for clarity. The dot color key is at the top-left of the image.
- Scott R. Shannon, Image for n = 4.
- Scott R. Shannon, Image for n = 5.
- Scott R. Shannon, Image for n = 6.
- Scott R. Shannon, Image for n = 7.
- Scott R. Shannon, Image for n = 8.
- Scott R. Shannon, Image for n = 9.
- Scott R. Shannon, Image for n = 10.
- Scott R. Shannon, Image for n = 11.
- Scott R. Shannon, Image for n = 12.
- Alexander Sidorenko, Explicit Formulas for Odd-Indexed Terms in A344899, A146212, and A344857.
A358746
The number of vertices formed when every pair of n points, placed at the vertices of a regular n-gon, are connected by a circle and where the points lie at the ends of the circle's diameter.
Original entry on oeis.org
2, 6, 5, 55, 54, 252, 169, 747, 630, 1804, 1381, 3679, 3150, 6690, 5553, 11509, 9846, 18012, 15241, 27237, 24398, 39606, 33577, 56275, 50622, 77058, 69693, 102979, 94770, 135966, 124065, 175593, 162894, 222810, 205885, 279831, 260870, 347178, 321961, 424391, 399042
Offset: 2
- Scott R. Shannon, Image for n = 2. In this and other images the points defining the circle diameters are show as white dots.
- Scott R. Shannon, Image for n = 3.
- Scott R. Shannon, Image for n = 4.
- Scott R. Shannon, Image for n = 5.
- Scott R. Shannon, Image for n = 6.
- Scott R. Shannon, Image for n = 7.
- Scott R. Shannon, Image for n = 8.
- Scott R. Shannon, Image for n = 9.
- Scott R. Shannon, Image for n = 10.
- Scott R. Shannon, Image for n = 16.
- Scott R. Shannon, Image for n = 17.
A101363
In the interior of a regular 2n-gon with all diagonals drawn, the number of points where exactly three diagonals intersect.
Original entry on oeis.org
0, 1, 8, 20, 60, 112, 208, 216, 480, 660, 864, 1196, 1568, 2250, 2464, 2992, 3924, 4332, 5160, 8148, 7040, 8096, 10560, 10600, 12064, 15552, 15288, 17052, 25320, 21080, 23360, 30360, 28288, 30940, 36288, 36852, 40128, 50076, 47120, 50840, 67620
Offset: 2
a(6)=60 because inside a regular 12-gon there are 60 points (4 on each radius and 1 midway between radii) where exactly three diagonals intersect.
- Seiichi Manyama, Table of n, a(n) for n = 2..10000 (terms 2..105 from Graeme McRae)
- M. F. Hasler, Interactive illustration of A006561(n)
- B. Poonen and M. Rubinstein, The number of intersection points made by the diagonals of a regular polygon, arXiv:math/9508209 [math.MG], 1995-2006, which has fewer typos than the SIAM version.
- B. Poonen and M. Rubinstein, Number of Intersection Points Made by the Diagonals of a Regular Polygon, SIAM J. Discrete Mathematics, Vol. 11, pp. 135-156 (1998). [Copy on SIAM web site]
- B. Poonen and M. Rubinstein, The number of intersection points made by the diagonals of a regular polygon, SIAM J. on Discrete Mathematics, Vol. 11, No. 1, 135-156 (1998). [Copy on B. Poonen's web site]
- B. Poonen and M. Rubinstein, Mathematica programs for A006561 and related sequences
- M. Rubinstein, Drawings for n=4,5,6,...
- N. J. A. Sloane, Illustrations of a(8) and a(9)
- N. J. A. Sloane, Summary table for vertices and regions in regular n-gon with all chords drawn, for n = 3..19. [V = total number of vertices (A007569), V_i (i>=2) = number of vertices where i lines cross (A292105, A292104, A101363); R = total number of cells or regions (A007678), R_i (i>=3) = number of regions with i edges (A331450, A062361, A067151).]
- R. G. Wilson V, Illustration of a(10)
- Index entry for Sequences formed by drawing all diagonals in regular polygon
Cf.
A000332: C(n, 4) = number of intersection points of diagonals of convex n-gon.
Cf.
A006561: number of intersections of diagonals in the interior of regular n-gon
Cf.
A292104: number of 2-way intersections in the interior of a regular n-gon
Cf.
A101364: number of 4-way intersections in the interior of a regular n-gon
Cf.
A101365: number of 5-way intersections in the interior of a regular n-gon
Cf.
A137938: number of 4-way intersections in the interior of a regular 6n-gon
Cf.
A137939: number of 5-way intersections in the interior of a regular 6n-gon.
Comments