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-6 of 6 results.

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

Views

Author

Graeme McRae, Dec 26 2004, revised Feb 23 2008, Feb 26 2008

Keywords

Comments

When n is odd, there are no intersections in the interior of an n-gon where more than 2 diagonals meet.
When n is not a multiple of 6, there are no intersections in the interior of an n-gon where more than 3 diagonals meet.
When n is not a multiple of 30, there are no intersections in the interior of an n-gon where more than 5 diagonals meet.
I checked the following conjecture up to n=210: "An n-gon with n=30k has 5n points where 6 or 7 diagonals meet and no points where more than 7 diagonals meet; If k is odd, then 6 diagonals meet in each of 4n points and 7 diagonals meet in each of n points; If k is even, then no groups of exactly 6 diagonals meet in a point, while exactly 7 diagonals meet in each of 5n points."

Examples

			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.
		

Crossrefs

A column of A292105.
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.

A292105 Irregular triangle read by rows: T(n,k) = the number of interior points that are the intersections of exactly k chords in the configuration A006561(n) (n >= 1, k >= 1).

Original entry on oeis.org

0, 0, 0, 0, 1, 0, 5, 0, 12, 1, 0, 35, 0, 40, 8, 1, 0, 126, 0, 140, 20, 0, 1, 0, 330, 0, 228, 60, 12, 0, 1, 0, 715, 0, 644, 112, 0, 0, 0, 1, 0, 1365, 0, 1168, 208, 0, 0, 0, 0, 1, 0, 2380, 0, 1512, 216, 54, 54, 0, 0, 0, 1, 0, 3876, 0, 3360, 480, 0, 0, 0, 0, 0, 0, 1, 0, 5985
Offset: 1

Views

Author

N. J. A. Sloane, Sep 14 2017

Keywords

Examples

			Triangle begins:
  0;
  0;
  0;
  0,   1;
  0,   5;
  0,  12,  1;
  0,  35;
  0,  40,  8,  1;
  0, 126;
  0, 140, 20,  0, 1;
  0, 330;
  0, 228, 60, 12, 0, 1;
See the attached text file for the first 100 rows.
		

Crossrefs

Columns give A292104, A101363 (2n-gon), A101364, A101365.
Row sums give A006561.
Cf. A335102.

Extensions

a(27) and beyond by Scott R. Shannon, May 15 2022

A101364 In the interior of a regular n-gon with all diagonals drawn, the number of points where exactly four diagonals intersect.

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0, 0, 0, 54, 0, 0, 0, 0, 0, 264, 0, 0, 0, 0, 0, 420, 0, 0, 0, 0, 0, 396, 0, 0, 0, 0, 0, 1134, 0, 0, 0, 0, 0, 1200, 0, 0, 0, 0, 0, 1296, 0, 0, 0, 0, 0, 3780, 0, 0, 0, 0, 0, 2310, 0, 0, 0, 0, 0, 2520, 0, 0, 0, 0, 0, 3276, 0, 0, 0, 0, 0, 3612, 0, 0, 0, 0, 0, 4050
Offset: 3

Views

Author

Graeme McRae, Dec 26 2004, revised Feb 23 2008

Keywords

Comments

When n is odd, there are no intersections in the interior of an n-gon where more than 2 diagonals meet.
When n is not a multiple of 6, there are no intersections in the interior of an n-gon where more than 3 diagonals meet except the center.
When n is not a multiple of 30, there are no intersections in the interior of an n-gon where more than 5 diagonals meet except the center.
I checked the following conjecture up to n=210: "An n-gon with n=30k has 5n points where 6 or 7 diagonals meet and no interior point other than the center where more than 7 diagonals meet; If k is odd, then 6 diagonals meet in each of 4n points and 7 diagonals meet in each of n points; If k is even, then no groups of exactly 6 diagonals meet in a point, while exactly 7 diagonals meet in each of 5n points (all points interior excluding the center)."

Examples

			a(18)=54 because inside a regular 18-gon there are 54 points where exactly four diagonals intersect.
		

Crossrefs

A column of A292105.
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. A101363: number of 3-way intersections in the interior of a regular 2n-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.

A335102 Irregular triangle read by rows: consider the regular n-gon defined in A007678. T(n,k) (n >= 1, k >= 4+2*t where t>=0) is the number of non-boundary vertices in the n-gon at which k polygons meet.

Original entry on oeis.org

0, 0, 0, 1, 5, 12, 1, 35, 40, 8, 1, 126, 140, 20, 0, 1, 330, 228, 60, 12, 0, 1, 715, 644, 112, 0, 0, 0, 1, 1365, 1168, 208, 0, 0, 0, 0, 1, 2380, 1512, 216, 54, 54, 0, 0, 0, 1, 3876, 3360, 480, 0, 0, 0, 0, 0, 0, 1, 5985, 5280, 660, 0, 0, 0, 0, 0, 0, 0, 1, 8855, 6144, 864, 264, 24, 0, 0, 0, 0, 0, 0, 12, 12650
Offset: 1

Views

Author

Keywords

Examples

			Table begins:
      0;
      0;
      0;
      1;
      5;
     12,    1;
     35;
     40,    8,   1;
    126;
    140,   20,   0,   1;
    330;
    228,   60,  12,   0,   1;
    715;
    644,  112,   0,   0,   0,  1;
   1365;
   1168,  208,   0,   0,   0,  0, 1;
   2380;
   1512,  216,  54,  54,   0,  0, 0, 1;
   3876;
   3360,  480,   0,   0,   0,  0, 0, 0, 1;
   5985;
   5280,  660,   0,   0,   0,  0, 0, 0, 0, 1;
   8855;
   6144,  864, 264,  24,   0,  0, 0, 0, 0, 0, 1;
  12650;
  11284, 1196,   0,   0,   0,  0, 0, 0, 0, 0, 0, 1;
  17550;
  15680, 1568,   0,   0,   0,  0, 0, 0, 0, 0, 0, 0, 1;
  23751;
  13800, 2250, 420, 180, 120, 30, 0, 0, 0, 0, 0, 0, 0, 1;
  31465;
  28448, 2464,   0,   0,   0,  0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
  40920;
  37264, 2992,   0,   0,   0,  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
  52360;
		

Crossrefs

Columns give A292104, A101363 (2n-gon), A101364, A101365.
Row sums give A006561.

Formula

If n = 2t+1 is odd then the n-th row has a single term, T(2t+1, 2t+4) = binomial(2t+1,4) (these values are given in A053126).

A137938 Number of 4-way intersections in the interior of a regular 6n-gon.

Original entry on oeis.org

0, 12, 54, 264, 420, 396, 1134, 1200, 1296, 3780, 2310, 2520, 3276, 3612, 4050, 5088, 5712, 5724, 7182, 11400, 9072, 9372, 10626, 11088, 12600, 13260, 14094, 15960, 17052, 23220, 19530, 20928, 21384, 23052, 26250, 25704, 27972, 28956, 30186, 39600, 34440, 34524
Offset: 1

Views

Author

Graeme McRae, Feb 23 2008

Keywords

Comments

When n is odd, there are no intersections in the interior of an n-gon where more than 2 diagonals meet.
When n is not a multiple of 6, there are no intersections in the interior of an n-gon where more than 3 diagonals meet except the center.
When n is not a multiple of 30, there are no intersections in the interior of an n-gon where more than 5 diagonals meet except the center.
I checked the following conjecture up to n=210: "An n-gon with n=30k has 5n points where 6 or 7 diagonals meet and no interior point other than the center where more than 7 diagonals meet; If k is odd, then 6 diagonals meet in each of 4n points and 7 diagonals meet in each of n points; If k is even, then no groups of exactly 6 diagonals meet in a point, while exactly 7 diagonals meet in each of 5n points (all points interior excluding the center)."

Examples

			a(3)=54 because there are 54 points in the interior of an 18-gon at which exactly four diagonals intersect.
		

Crossrefs

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. A101363: number of 3-way intersections in the interior of a regular 2n-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. A137939: number of 5-way intersections in the interior of a regular 6n-gon

Formula

a(n) = A101364(6*n). - Seiichi Manyama, Jul 20 2024

Extensions

More terms from Seiichi Manyama, Jul 20 2024

A137939 Number of 5-way intersections in the interior of a regular 6n-gon.

Original entry on oeis.org

0, 0, 54, 24, 180, 216, 546, 336, 648, 720, 990, 936, 1404, 2352, 1890, 1824, 2448, 2592, 3078, 3720, 4284, 3960, 4554, 4464, 5400, 5616, 6318, 7896, 7308, 7560, 8370, 8256, 9504, 9792, 11550, 10584, 11988, 12312, 13338, 14640, 14760, 17640, 16254, 16104, 17820, 18216, 19458, 19296, 22344, 21600
Offset: 1

Views

Author

Graeme McRae, Feb 23 2008

Keywords

Comments

When n is odd, there are no intersections in the interior of an n-gon where more than 2 diagonals meet.
When n is not a multiple of 6, there are no intersections in the interior of an n-gon where more than 3 diagonals meet except the center.
When n is not a multiple of 30, there are no intersections in the interior of an n-gon where more than 5 diagonals meet except the center.
I checked the following conjecture up to n=210: "An n-gon with n=30k has 5n points where 6 or 7 diagonals meet and no interior point other than the center where more than 7 diagonals meet; If k is odd, then 6 diagonals meet in each of 4n points and 7 diagonals meet in each of n points; If k is even, then no groups of exactly 6 diagonals meet in a point, while exactly 7 diagonals meet in each of 5n points (all points interior excluding the center)."

Examples

			a(3) = 54 because there are 54 points in the interior of an 18-gon at which exactly five diagonals meet.
		

Crossrefs

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. A101363: number of 3-way intersections in the interior of a regular 2n-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.

Formula

a(n) = A101365(6*n). - Seiichi Manyama, Jul 20 2024

Extensions

More terms from Seiichi Manyama, Jul 20 2024
Showing 1-6 of 6 results.