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.

A278823 4-Portolan numbers: number of regions formed by n-secting the angles of a square.

Original entry on oeis.org

1, 4, 29, 32, 93, 84, 189, 188, 321, 316, 489, 460, 693, 676, 933, 916, 1205, 1180, 1505, 1496, 1849, 1836, 2229, 2188, 2645, 2616, 3097, 3060, 3577, 3536, 4089, 4064, 4645, 4604, 5237, 5176, 5857, 5808, 6513, 6472, 7201, 7160, 7933, 7900, 8693, 8648, 9497
Offset: 1

Views

Author

Ethan Beihl, Nov 28 2016

Keywords

Comments

m-Portolan numbers for m>3 (especially m even) are more difficult than m=3 (A277402) because Ceva's theorem doesn't immediately give us a condition for redundant intersections. The values for n <= 23 were found by brute force in Mathematica, as follows:
1. Solve for the coordinates of all intersections between lines within the square, recording multiplicity.
2. Use an elementary Euler's-formula method as in Poonen and Rubinstein 1998 to turn the intersection-count into a region-count.

Examples

			For n=3, the 4*(3-1) = 8 lines intersect to make 12 triangles, 8 kites, 8 irregular quadrilaterals, and an octagon in the middle. The total number of regions a(3) is therefore 12+8+8+1 = 29.
		

Crossrefs

3-Portolan numbers (equilateral triangle): A277402.
n-sected sides (not angles): A108914.
Cf. A277402, A335526 (vertices), A335527 (edges), A335528 (ngons).

Formula

For n = 2k - 1, a(n) is close to 18k^2 - 26k + 9. For n = 2k, a(n) is close to 18k^2 - 26k + 12. The residuals are related to the structure of redundant intersections in the figure.

Extensions

a(24) and beyond from Lars Blomberg, Jun 12 2020

A335526 a(n) is the number of vertices formed by n-secting the angles of a square.

Original entry on oeis.org

4, 5, 32, 29, 96, 69, 192, 169, 324, 285, 492, 409, 696, 629, 936, 865, 1208, 1117, 1508, 1429, 1852, 1757, 2232, 2089, 2648, 2521, 3100, 2961, 3580, 3425, 4092, 3949, 4648, 4477, 5240, 5029, 5860, 5665, 6516, 6325, 7204, 7001, 7936, 7737, 8696, 8473, 9500
Offset: 1

Views

Author

Lars Blomberg, Jun 12 2020

Keywords

Comments

See A278823 for illustrations.

Crossrefs

Cf. A335411, A278823 (regions), A335527 (edges), A335528 (ngons).

A335528 Irregular table read by rows: T(n,k) = number of k-sided polygons formed by n-secting the angles of a square for k >= 3.

Original entry on oeis.org

0, 1, 4, 12, 16, 0, 0, 0, 1, 24, 4, 4, 48, 28, 8, 4, 4, 1, 52, 32, 80, 68, 28, 12, 0, 1, 96, 68, 20, 4, 128, 132, 36, 16, 8, 1, 156, 120, 24, 16, 192, 196, 60, 36, 0, 5, 200, 220, 28, 12, 244, 312, 80, 56, 0, 1, 296, 276, 60, 44, 360, 372, 112, 76, 12, 1
Offset: 1

Views

Author

Lars Blomberg, Jun 12 2020

Keywords

Comments

See A278823 for illustrations.

Examples

			Table begins:
0, 1;
4;
12, 16, 0, 0, 0, 1;
24, 4, 4;
48, 28, 8, 4, 4, 1;
52, 32;
80, 68, 28, 12, 0, 1;
96, 68, 20, 4;
128, 132, 36, 16, 8, 1;
156, 120, 24, 16;
192, 196, 60, 36, 0, 5;
200, 220, 28, 12;
244, 312, 80, 56, 0, 1;
296, 276, 60, 44;
360, 372, 112, 76, 12, 1;
		

Crossrefs

Cf. A335413, A278823 (regions), A335526 (vertices), A335527 (edges).
Showing 1-3 of 3 results.