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

A371254 Number of vertices formed when n equally spaced points are placed around a circle and all pairs of points are joined by an interior arc whose radius equals the circle's radius.

Original entry on oeis.org

1, 2, 4, 4, 15, 7, 70, 64, 208, 220, 550, 397, 1131, 1162, 1981, 2128, 3723, 3259, 5966, 6000, 9010, 9240, 13524, 12745, 19325, 19266, 26434, 26684, 35931, 33301, 47368, 47616, 61216, 61676, 78330, 76789, 98901, 99674, 122656, 123560
Offset: 1

Views

Author

Scott R. Shannon, Mar 16 2024

Keywords

Comments

Other than for n = 3, 4, and 6, all graphs so far investigated in this sequence contain some internal vertices which are created from the intersections of both 2 and 3 arcs, i.e., no graph contains only simple intersections. This is in contrast to the case where the point pairs are connected by straight lines, see A007569 and A335102, where the odd-n graphs contain only simple intersections. See the attached images.
Other patterns for the intersection arc counts are also seen. If n is divisible by 3 then a central vertex is always present that is created from the crossing of n arcs. If n is divisible by 6, then internal vertices are present that are created from the crossing of 6 arcs. For n = 15 and n = 45, internal vertices are present that are created from the crossing of 5 arcs - it is likely all graphs with n = 15+30*k, k>=0, contain such vertices.
For n = 30, the graph also contains internal vertices that are created from the crossing of 9 arcs. It is likely that all graphs with n divisible by 30 contain such vertices. As the graphs created from the straight line diagonal intersections of the regular n-gon, see A007569, also have the maximum possible line intersection count of 7 when n is divisible by 30, it is plausible that 9 is the maximum possible arc intersection count for any internal vertex, other than the central vertex when n is divisible by 3.
Assuming these patterns hold for all n, is it possible that there is a general formula for the number of vertices, analogous to that in A007569 for the intersections of chords in a regular n-gon?

Crossrefs

Cf. A371253 (regions), A371255 (edges), A371274 (k-gons), A371264 (vertex crossings), A370980 (number of circles), A371373 (complete circles), A007569, A335102, A358746, A331702, A359252.

Formula

a(n) = A371255(n) - A371253(n) + 1 by Euler's formula.

A371375 Place n equally spaced points around the circumference of a circle and then, for each pair of points, draw two distinct circles, whose radii are the same as the first circle, such that both points lie on their circumferences. The sequence gives the total number of (curved) edges formed.

Original entry on oeis.org

1, 2, 12, 12, 75, 66, 350, 360, 1071, 1150, 2684, 2148, 5603, 5950, 10110, 10928, 18309, 16830, 29564, 30500, 44961, 46882, 66746, 64872, 95125, 97786, 131112, 135156, 177567, 169770, 235042, 240928, 304359, 312086, 389340, 388764, 491175, 503158, 610662, 624280, 752145, 749742, 917276
Offset: 1

Views

Author

Scott R. Shannon, Mar 20 2024

Keywords

Comments

See A371373 and A371374 for images of the graphs.

Crossrefs

Cf. A371373 (vertices), A371374 (regions), A371376 (k-gons), A371377 (vertex crossings), A371255, A135565, A358783, A359047.

Formula

a(n) = A371373(n) + A371374(n) - 1 by Euler's formula.

A371253 Number of regions formed when n equally spaced points are placed around a circle and all pairs of points are joined by an interior arc whose radius equals the circle's radius.

Original entry on oeis.org

1, 1, 6, 5, 26, 18, 99, 89, 270, 271, 650, 516, 1288, 1303, 2250, 2337, 4047, 3636, 6404, 6401, 9597, 9769, 14261, 13632, 20251, 20125, 27594, 27749, 37324, 35040, 49043, 49185, 63228, 63547, 80676, 79380, 101640, 102259, 125853, 126561
Offset: 1

Views

Author

Scott R. Shannon, Mar 16 2024

Keywords

Comments

See A371254 for further information.

Crossrefs

Cf. A371254 (vertices), A371255 (edges), A371274 (k-gons), A370980 (number of circles), A371374 (complete circles), A006533, A358782, A359046, A359253, A007678.

Formula

a(n) = A371255(n) - A371254(n) + 1 by Euler's formula.

A371274 Irregular table read by rows: T(n,k) is the number of k-sided regions, k>=2, formed when n equally spaced points are placed around a circle and all pairs of points are joined by an interior arc whose radius equals the circle's radius.

Original entry on oeis.org

1, 3, 3, 4, 0, 1, 10, 10, 5, 1, 12, 6, 14, 56, 21, 0, 7, 1, 8, 48, 32, 0, 0, 0, 1, 27, 144, 54, 27, 18, 10, 160, 70, 0, 30, 0, 0, 0, 1, 22, 253, 330, 11, 33, 0, 0, 0, 0, 1, 12, 276, 204, 0, 24, 26, 624, 403, 130, 104, 0, 0, 0, 0, 0, 0, 1, 14, 630, 448, 112, 70, 14, 14, 0, 0, 0, 0, 0, 1, 45, 960, 915, 165, 165
Offset: 2

Views

Author

Scott R. Shannon, Mar 17 2024

Keywords

Comments

See A371253 and A371254 for images.

Examples

			The table begins:
1;
3, 3;
4, 0, 1;
10, 10, 5, 1;
12, 6;
14, 56, 21, 0, 7, 1;
8, 48, 32, 0, 0, 0, 1;
27, 144, 54, 27, 18;
10, 160, 70, 0, 30, 0, 0, 0, 1;
22, 253, 330, 11, 33, 0, 0, 0, 0, 1;
12, 276, 204, 0, 24;
26, 624, 403, 130, 104, 0, 0, 0, 0, 0, 0, 1;
14, 630, 448, 112, 70, 14, 14, 0, 0, 0, 0, 0, 1;
45, 960, 915, 165, 165;
16, 1136, 704, 272, 192, 0, 16, 0, 0, 0, 0, 0, 0, 0, 1;
34, 1581, 1870, 238, 272, 17, 34, 0, 0, 0, 0, 0, 0, 0, 0, 1;
18, 1656, 1386, 270, 288, 0, 18;
38, 2622, 2546, 646, 513, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
20, 2680, 2420, 820, 380, 20, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
63, 3297, 4725, 1050, 315, 42, 105;
22, 3696, 4136, 1342, 484, 22, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
		

Crossrefs

Cf. A371253 (regions), A371254 (vertices), A371255 (edges), A331450, A359009, A359061, A359258.

Formula

Sum of row n = A371253(n).

A374339 Start with two vertices and draw a circle around each whose radius is the distance between the vertices. The sequence gives the number of curved edges constructed after n iterations of drawing circles with this same radius around every new vertex created from all circles' intersections.

Original entry on oeis.org

6, 18, 40, 78, 132, 190, 264, 354, 448, 558, 684, 814, 960, 1122, 1288, 1470, 1668, 1870, 2088, 2322, 2560, 2814, 3084, 3358, 3648, 3954, 4264, 4590, 4932, 5278, 5640, 6018, 6400, 6798, 7212, 7630, 8064, 8514, 8968, 9438, 9924, 10414, 10920, 11442, 11968, 12510, 13068, 13630, 14208, 14802
Offset: 1

Views

Author

Scott R. Shannon, Jul 05 2024

Keywords

Comments

See A374338 for further details and images.

Crossrefs

Cf. A374337 (regions), A374338 (vertices), A359571, A371375, A371255.

Formula

a(n) = A374337(n) + A374338(n) - 1, by Euler's formula.
Showing 1-5 of 5 results.