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

A371264 Irregular triangle read by rows: T(n,k) is the number of internal vertices in the graph A371254(n) that are created by the crossing of k arcs, with k>=2.

Original entry on oeis.org

0, 0, 0, 1, 0, 5, 5, 0, 0, 0, 0, 1, 49, 14, 48, 8, 171, 27, 0, 0, 0, 0, 0, 1, 190, 20, 484, 55, 360, 12, 0, 0, 12, 0, 0, 0, 0, 0, 1, 1027, 91, 1078, 70, 1830, 120, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2000, 112, 3052, 204, 3114, 90, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Scott R. Shannon, Mar 18 2024

Keywords

Comments

See A371254 for images of the graphs.

Examples

			The table begins:
0;
0;
0, 1;
0;
5, 5;
0, 0, 0, 0, 1;
49, 14;
48, 8;
171, 27, 0, 0, 0, 0, 0, 1;
190, 20;
484, 55;
360, 12, 0, 0, 12, 0, 0, 0, 0, 0, 1;
1027, 91;
1078, 70;
1830, 120, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0 1;
2000, 112;
3052, 204;
3114, 90, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
5662, 285;
5740, 240;
8610, 378, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
8888, 330;
12995, 506;
12312, 336, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
18650, 650;
18668, 572;
25596, 810, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
                                                                        \\ 0,  1;
25928, 728;
34887, 1015;
32580, 510, 0, 0, 150, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
                                                             \\ 0, 0, 0, 0, 0, 1;
46097, 1240;
46464, 1120;
.
.
		

Crossrefs

Formula

Sum of row(n) = A371254(n) - n;

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

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.

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

Original entry on oeis.org

4, 8, 14, 24, 34, 46, 62, 78, 96, 118, 140, 164, 192, 220, 250, 284, 318, 354, 394, 434, 476, 522, 568, 616, 668, 720, 774, 832, 890, 950, 1014, 1078, 1144, 1214, 1284, 1356, 1432, 1508, 1586, 1668, 1750, 1834, 1922, 2010, 2100, 2194, 2288, 2384, 2484, 2584, 2686, 2792
Offset: 1

Views

Author

Scott R. Shannon, Jul 05 2024

Keywords

Comments

Start with two vertices and, using each as the center, draw a circle around each whose radius is the distance between the vertices. These circles' intersections create two additional vertices, so after the first iteration four vertices exist. Using these four vertices as centers draw four new circles whose radius is the same as the distance between the initial two vertices. These circles' intersections create eight new vertices. Repeat this process n times; the sequence gives the number of vertices after n iterations.

Crossrefs

Cf. A374337 (regions), A374339 (edges), A359569, A371373, A371254.

Formula

a(n) = A374339(n) - A374337(n) + 1, by Euler's formula.
Conjectured:
If n = 3*k + 1, k >= 0, a(n) = (3*n^2 + 5*n + 4)/3.
If n = 3*k, k >= 1, a(n) = (3*n^2 + 5*n)/3.
If n = 3*k - 1, k >= 1, a(n) = (3*n^2 + 5*n + 2)/3.

A371255 Number of (curved) edges 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, 9, 8, 40, 24, 168, 152, 477, 490, 1199, 912, 2418, 2464, 4230, 4464, 7769, 6894, 12369, 12400, 18606, 19008, 27784, 26376, 39575, 39390, 54027, 54432, 73254, 68340, 96410, 96800, 124443, 125222, 159005, 156168, 200540, 201932, 248508, 250120
Offset: 1

Views

Author

Scott R. Shannon, Mar 16 2024

Keywords

Comments

See A371253 and A371254 for images of the circles.

Crossrefs

Cf. A371253 (regions), A371254 (vertices), A371274 (k-gons), A135565, A358783, A359047, A359254.

Formula

a(n) = A371253(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).
Showing 1-8 of 8 results.