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

A371373 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 vertices formed.

Original entry on oeis.org

1, 2, 4, 4, 25, 19, 140, 144, 460, 500, 1210, 901, 2587, 2758, 4696, 5136, 8687, 7831, 14136, 14600, 21610, 22572, 32246, 31033, 46125, 47450, 63748, 65772, 86565, 82051, 114824, 117760, 148930, 152796, 190820, 189973, 241055, 247038, 300028, 306840, 369943, 367711, 451586, 459448
Offset: 1

Views

Author

Scott R. Shannon, Mar 20 2024

Keywords

Comments

The number of circles that cross to form the intersections follows a similar pattern to that seen in A371254; see that sequence for further information. The details of the crossing counts are given in A371377.

Crossrefs

Cf. A371374 (regions), A371375 (edges), A371376 (k-gons), A371377 (vertex crossings), A371254, A007569, A358746, A331702.

Formula

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

A371374 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 regions formed.

Original entry on oeis.org

1, 1, 9, 9, 51, 48, 211, 217, 612, 651, 1475, 1248, 3017, 3193, 5415, 5793, 9623, 9000, 15429, 15901, 23352, 24311, 34501, 33840, 49001, 50337, 67365, 69385, 91003, 87720, 120219, 123169, 155430, 159291, 198521, 198792, 250121, 256121, 310635, 317441, 382203, 382032, 465691, 473573
Offset: 1

Views

Author

Scott R. Shannon, Mar 20 2024

Keywords

Comments

See A371373 and A371254 for further information. The details of the number of regions with k sides is given in A371376.

Crossrefs

Cf. A371373 (vertices), A371375 (edges), A371376 (k-gons), A371377 (vertex crossings), A371254, A371253, A006533, A358782, A359046.

Formula

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

A370980 If n is even, (n^2-2*n+2)/2, otherwise (n^2-n+2)/2.

Original entry on oeis.org

1, 1, 1, 4, 5, 11, 13, 22, 25, 37, 41, 56, 61, 79, 85, 106, 113, 137, 145, 172, 181, 211, 221, 254, 265, 301, 313, 352, 365, 407, 421, 466, 481, 529, 545, 596, 613, 667, 685, 742, 761, 821, 841, 904, 925, 991, 1013, 1082, 1105, 1177, 1201, 1276, 1301, 1379, 1405, 1486, 1513, 1597, 1625, 1712, 1741, 1831, 1861, 1954
Offset: 0

Views

Author

Keywords

Comments

Total number of circles in A371373 and A371253, if in the later all the circular arcs are completed to form full circles.
The sequence also gives the number of vertices created from circle intersections when a circle of radius r is drawn around each of n equally spaced points on the circumference of a circle of radius r. The number of regions in these constructions is A093005(n) and the number of edges is A183207(n). See the attached images. - Scott R. Shannon, Jul 06 2024.

Examples

			a(n) = 1+n*floor((n-1)/2) = 1+n*A004526(n-1). - _Chai Wah Wu_, Mar 23 2024
		

Crossrefs

Programs

Formula

a(n) = A183207(n) - A093005(n) + 1, by Euler's formula. - Scott R. Shannon, Jul 07 2024

A371376 Irregular table read by rows: 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. T(n,k), k>=2, gives the number of k-sided regions formed.

Original entry on oeis.org

1, 6, 3, 8, 0, 1, 15, 30, 5, 1, 18, 30, 14, 147, 35, 7, 7, 1, 8, 152, 48, 8, 0, 0, 1, 27, 351, 171, 36, 27, 10, 390, 200, 10, 40, 0, 0, 0, 1, 22, 693, 649, 33, 77, 0, 0, 0, 0, 1, 12, 780, 408, 0, 48, 26, 1404, 1183, 234, 169, 0, 0, 0, 0, 0, 0, 1, 14, 1498, 1274, 224, 154, 14, 14, 0, 0, 0, 0, 0, 1
Offset: 2

Views

Author

Scott R. Shannon, Mar 20 2024

Keywords

Comments

See A371373 and A371374 for images of the graphs.

Examples

			The table begins:
1;
6, 3;
8, 0, 1;
15, 30, 5, 1;
18, 30;
14, 147, 35, 7, 7, 1;
8, 152, 48, 8, 0, 0, 1;
27, 351, 171, 36, 27;
10, 390, 200, 10, 40, 0, 0, 0, 1;
22, 693, 649, 33, 77, 0, 0, 0, 0, 1;
12, 780, 408, 0, 48;
26, 1404, 1183, 234, 169, 0, 0, 0, 0, 0, 0, 1;
14, 1498, 1274, 224, 154, 14, 14, 0, 0, 0, 0, 0, 1;
45, 2310, 2400, 390, 255, 15;
16, 2736, 2032, 656, 320, 0, 32, 0, 0, 0, 0, 0, 0, 0, 1;
34, 3978, 4097, 969, 493, 17, 34, 0, 0, 0, 0, 0, 0, 0, 0, 1;
18, 4410, 3078, 972, 468, 36, 18;
76, 6365, 6365, 1596, 855, 95, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
20, 6840, 6000, 2100, 780, 60, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
63, 8946, 10395, 2751, 924, 126, 147;
22, 10076, 9218, 3674, 1166, 22, 132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
46, 13156, 14996, 4347, 1702, 92, 138, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
                                                                     \\ 0, 0, 1;
24, 14232, 13296, 4512, 1440, 96, 240;
100, 19075, 19850, 6975, 2675, 150, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
                                                                  \\ 0, 0, 0, 1;
.
.
		

Crossrefs

Cf. A371373 (vertices), A371374 (regions), A371375 (edges), A371377 (vertex crossings), A371274, A331450, A359009, A359061.

Formula

Sum of row(n) = A371374(n).

A372616 Number of curved edges among all distinct circles that can be constructed from the 3 vertices and the equally spaced 3*n points placed on the sides of an equilateral triangle, using only a compass.

Original entry on oeis.org

12, 207, 1104, 4359, 14880, 32523, 73662, 121605, 223290, 329286, 554286, 722841, 1145091
Offset: 0

Views

Author

Scott R. Shannon, May 07 2024

Keywords

Comments

A circle is constructed for every pair of the 3 + 3*n points, the first point defines the circle's center while the second the radius distance.
See A372614 and A372615 for images of the circles.

Crossrefs

Cf. A372614 (vertices), A372615 (regions), A372617 (k-gons), A372682 (number of circles), A371375, A356358, A360353.

Formula

a(n) = A372614(n) + A372615(n) - 1 by Euler's formula.

A372979 Number of edges among all distinct circles that can be constructed from the 4 vertices and the equally spaced 4*n points placed on the sides of a square, using only a compass.

Original entry on oeis.org

84, 1180, 8836, 29980, 80564, 193172, 403780, 654196, 1159780
Offset: 0

Views

Author

Scott R. Shannon, May 19 2024

Keywords

Comments

A circle is constructed for every pair of the 4 + 4*n points, the first point defines the circle's center while the second the radius distance.
See A372977 and A372978 for images of the circles.

Crossrefs

Cf. A372977 (vertices), A372978 (regions), A372980 (k-gons), A372981 (circles), A372616, A371375, A356358, A360353.

Formula

a(n) = A372977(n) + A372978(n) - 1 by Euler's formula.

A371377 Irregular table read by rows: 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. T(n,k), k>=2, gives the number of vertices formed by the crossing of k arcs.

Original entry on oeis.org

0, 0, 0, 4, 0, 4, 10, 10, 0, 5, 6, 6, 0, 6, 1, 98, 35, 0, 0, 0, 7, 104, 32, 0, 0, 0, 8, 369, 81, 0, 0, 0, 0, 0, 10, 410, 80, 0, 0, 0, 0, 0, 10, 1034, 165, 0, 0, 0, 0, 0, 0, 0, 11, 768, 84, 0, 0, 36, 0, 0, 0, 0, 12, 1, 2288, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 2464, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14
Offset: 1

Views

Author

Scott R. Shannon, Mar 20 2024

Keywords

Comments

See A371373 and A371374 for images of the graphs.

Examples

			The table begins:
0;
0;
0, 4;
0, 4;
10, 10, 0, 5;
6, 6, 0, 6, 1;
98, 35, 0, 0, 0, 7;
104, 32, 0, 0, 0, 8;
369, 81, 0, 0, 0, 0, 0, 10;
410, 80, 0, 0, 0, 0, 0, 10;
1034, 165, 0, 0, 0, 0, 0, 0, 0, 11;
768, 84, 0, 0, 36, 0, 0, 0, 0, 12, 1;
2288, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13;
2464, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14;
4230, 420, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16;
4672, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16;
7990, 680, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17;
7254, 450, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 1;
13148, 969, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19;
13620, 960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20;
20265, 1323, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22;
21230, 1320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22;
30452, 1771, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23;
29376, 1416, 0, 0, 216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 1;
43800, 2300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25;
45136, 2288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26;
.
.
		

Crossrefs

Cf. A371373 (vertices), A371374 (regions), A371375 (edges), A371376 (k-gons), A371264, A335102, A007569, A358746, A331702.

Formula

Sum of row(n) = A371373(n).

A372733 Number of curved edges among all distinct circles that can be constructed from the 3 vertices and the equally spaced 3*n points placed on the sides of an equilateral triangle when every pair of the 3 + 3*n points are connected by a circle and where the points lie at the ends of the circle's diameter.

Original entry on oeis.org

12, 138, 738, 2838, 7194, 17904, 33954, 62868, 103866, 167280, 248826, 370458, 511806, 715905, 952608, 1260366
Offset: 0

Views

Author

Scott R. Shannon, May 12 2024

Keywords

Comments

A circle is constructed for every pair of the 3 + 3*n points, the two points lying at the ends of a diameter of the circle.
See A372731 and A372732 for images of the circles.

Crossrefs

Cf. A372731 (vertices), A372732 (regions), A372734 (k-gons), A372735 (number of circles), A372616, A371375, A356358, A360353.

Formula

a(n) = A372731(n) + A372732(n) - 1 by Euler's formula.

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