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.

Previous Showing 61-70 of 144 results. Next

A333027 The number of edges formed on an isosceles triangle by straight line segments mutually connecting all vertices and all points that divide the two equal length sides into n equal parts; the base of the triangle contains no points other than its vertices.

Original entry on oeis.org

3, 10, 33, 96, 235, 486, 933, 1600, 2561, 3884, 5907, 8310, 11793, 15890, 20863, 27002, 35229, 44117, 55820, 68312, 82931, 100368, 121711, 143685, 169750, 199509, 232366, 268169, 312132, 355839, 409902, 465503, 527080, 596443, 668961, 746443, 839830, 937967
Offset: 1

Views

Author

Keywords

Comments

See the links in A332953 for images of the triangles.

Crossrefs

Cf. A332953 (regions), A333025 (n-gons), A333026 (vertices), A007678, A092867, A331452, A331911, A332357, A332358.

Extensions

a(16) and beyond from Lars Blomberg, May 26 2020

A344311 Number of polygons formed outside a regular n-gon when every pair of vertices of the n-gon are joined by an infinite line.

Original entry on oeis.org

0, 0, 0, 0, 5, 18, 49, 96, 198, 320, 550, 708, 1235, 1582, 2415, 2912, 4284, 4518, 7068, 8080, 11025, 12430, 16445, 16992, 23650, 26000, 32994, 35896, 44863, 42090, 59675, 64064, 77880, 83232, 99960, 102132, 126429, 133950, 157833, 166560, 194750, 191310, 237790, 249480, 287595, 301070
Offset: 1

Views

Author

Scott R. Shannon, Jun 01 2021

Keywords

Comments

See A344857 for other examples and images of the polygons.
Only finite polygons are counted. - N. J. A. Sloane, Jun 11 2021

Examples

			a(5) = 5 as the five connected vertices of a regular pentagon form five triangles outside the pentagon, along with sixteen polygons on the inside.
		

Crossrefs

Cf. A344857 (total number of polygons), A007678 (number of polygons inside the n-gon), A345025 (total number of polygons and open regions), A344938, A344857, A344866, A146213 (number of vertices).

Formula

For odd n, a(n) = (2*n^4 - 15*n^3 + 34*n^2 - 21*n)/24 (see A344857).
a(n) = A344857(n) - A007678(n).

Extensions

Edited by N. J. A. Sloane, Sep 12 2021

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.

A329713 The number of regions inside a heptagon formed by the straight line segments mutually connecting all vertices and all points that divide the sides into n equal parts.

Original entry on oeis.org

50, 868, 5594, 18396, 48462, 101794, 195714, 336504, 549704, 841890, 1249676, 1774612, 2468572, 3328234, 4414054, 5725034, 7336855, 9233098, 11513419, 14149296, 17254434, 20805554, 24928380, 29573348, 34902155, 40861422, 47613161
Offset: 1

Views

Author

Keywords

Comments

The terms are from numeric computation - no formula for a(n) is currently known.

Crossrefs

Cf. A329714 (n-gons), A333112 (edges), A333113 (vertices), A007678, A092867, A331452, A331931.

Extensions

a(8)-a(27) from Lars Blomberg, May 13 2020

A331932 Triangle read by rows: Take a hexagon with all diagonals drawn, as in A331931. Then T(n,k) = number of k-sided polygons in that figure for k = 3, 4, ..., n+4.

Original entry on oeis.org

18, 6, 0, 264, 108, 36, 0, 1344, 654, 252, 12, 6, 4164, 2772, 1020, 228, 24, 0, 10038, 7758, 2424, 516, 72, 24, 0, 21108, 16188, 6060, 1128, 156, 0, 0, 0, 39690, 32022, 13368, 3654, 432, 48, 0, 0, 0, 68052, 56616, 22980, 6084, 888, 120, 12, 0, 0, 0
Offset: 1

Views

Author

Keywords

Comments

See the links in A331931 for images of the hexagons.

Examples

			A hexagon with no other points along its edges, n = 1, contains 18 triangles, 6 quadrilaterals and no other n-gons, so the first row is [18,6,0]. A hexagon with 1 point dividing its edges, n = 2, contains 264 triangles, 108 quadrilaterals, 36 pentagons and no other n-gons, so the second row is [264,108,36,0].
Triangle begins:
  18,6,0
  264,108,36,0
  1344,654,252,12,6
  4164,2772,1020,228,24,0
  10038,7758,2424,516,72,24,0
  21108,16188,6060,1128,156,0,0,0
  39690,32022,13368,3654,432,48,0,0,0
  68052,56616,22980,6084,888,120,12,0,0,0
The row sums are A331931.
		

Crossrefs

Cf. A331931 (regions), A330845 (edges), A330846 (vertices), A331906, A007678, A092867, A331452.

A332421 The number of regions inside a nonagon formed by the straight line segments mutually connecting all vertices and all points that divide the sides into n equal parts.

Original entry on oeis.org

154, 2754, 16858, 55098, 142318, 298350, 568162, 975294, 1585666, 2426292, 3588508, 5093604, 7067422, 9523746, 12612214, 16351218, 20924029, 26326026, 32789107, 40289238, 49093282, 59181228, 70852528
Offset: 1

Views

Author

Keywords

Comments

The terms are from numeric computation - no formula for a(n) is currently known.

Crossrefs

Cf. A332427 (n-gons), A332428 (vertices), A332429 (edges), A007678, A092867, A331452, A331929.

Extensions

a(6)-a(23) from Lars Blomberg, May 16 2020

A333026 The number of vertices formed on an isosceles triangle by straight line segments mutually connecting all vertices and all points that divide the two equal length sides into n equal parts; the base of the triangle contains no points other than its vertices.

Original entry on oeis.org

3, 6, 16, 45, 111, 230, 448, 769, 1229, 1858, 2860, 4007, 5737, 7724, 10115, 13074, 17172, 21454, 27288, 33332, 40413, 48944, 59594, 70213, 82983, 97608, 113672, 131032, 152986, 174088, 201090, 228295, 258467, 292726, 328080, 365633, 412291, 460834, 512016
Offset: 1

Views

Author

Keywords

Comments

See the links in A332953 for images of the triangles.

Crossrefs

Cf. A332953 (regions), A333025 (n-gons), A333027 (edges), A007678, A092867, A331452, A331911, A332357, A332358.

Extensions

a(16) and beyond from Lars Blomberg, May 26 2020

A333139 The number of regions inside a decagon formed by the straight line segments mutually connecting all vertices and all points that divide the sides into n equal parts.

Original entry on oeis.org

220, 4220, 25220, 84280, 217800, 456640, 873090, 1501520, 2436020, 3736540, 5523970, 7830800, 10879460, 14665340, 19398660, 25173960, 32203320, 40502280, 50458120, 61995140, 75517160
Offset: 1

Views

Author

Keywords

Comments

The terms are from numeric computation - no formula for a(n) is currently known.

Crossrefs

Cf. A332417 (n-gons), A332418 (vertices), A332419 (edges), A007678, A092867, A331452, A331929.

Extensions

a(6)-a(21) from Lars Blomberg, May 18 2020

A333654 Irregular table read by rows: row n gives the number of 3-gon to k-gon contacts, with k>=3, for a regular n-gon with all diagonals drawn.

Original entry on oeis.org

0, 4, 10, 0, 5, 18, 12, 28, 14, 21, 0, 7, 56, 48, 54, 54, 54, 36, 0, 0, 9, 180, 160, 30, 88, 154, 88, 88, 0, 0, 0, 0, 11, 240, 336, 130, 260, 299, 182, 0, 104, 0, 0, 0, 0, 13, 266, 616, 266, 180, 600, 375, 300, 90, 0, 0, 0, 0, 0, 0, 0, 15, 448, 1056, 320, 256
Offset: 3

Views

Author

Scott R. Shannon, Aug 23 2020

Keywords

Comments

See A335614 for the number of 4-gon to k-gon contacts, with k>=4.
See A335646 for the number of 5-gon to k-gon contacts, with k>=5.
See A337330 for the number of 6-gon to k-gon contacts, with k>=6.
See A007678 for the number of regions and images of other n-gons.

Examples

			The table begins:
.
0;
4;
10,0,5;
18,12;
28,14,21,0,7;
56,48;
54,54,54,36,0,0,9;
180,160,30;
88,154,88,88,0,0,0,0,11;
240,336;
130,260,299,182,0,104,0,0,0,0,13;
266,616,266;
180,600,375,300,90,0,0,0,0,0,0,0,15;
448,1056,320,256;
238,816,935,578,85,238,0,0,0,0,0,0,0,0,17;
900,1836,324,108,126;
304,1520,1463,798,304,228,0,0,0,0,0,0,0,0,0,0,19;
1000,2120,1740,560,0,160;
378,2352,2016,1554,84,0,0,0,0,0,0,0,0,0,0,0,0,0,21;
1056,3828,2310,308,176,220;
460,2852,4117,2530,644,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23;
2352,5856,2376,288;
550,4550,4800,3350,900,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25;
1950,6708,5772,1612,650,208;
648,6372,6399,4968,432,810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27;
2380,10024,5712,3584,616,224;
754,8642,8497,6148,783,928,0,870,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29;
6330,14640,5340,2340;
868,11532,11191,7378,806,1302,0,496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31;
3712,16384,12000,6016,1248;
990,14454,14619,12540,2079,1782,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33;
		

Crossrefs

Cf. A335614 (4-gon contacts), A335646 (5-gon contacts), A337330 (6-gon contacts), A007678, A135565, A007569, A062361, A331450, A331451.

Formula

For odd n, with n > 3, row(n,n) = n as the n-gon contains a smaller n-gon at its center surrounded by 3-gons.

A335614 Irregular table read by rows: row n gives the number of 4-gon to k-gon contacts, with k>=4, for a regular n-gon with all diagonals drawn.

Original entry on oeis.org

0, 0, 0, 6, 0, 5, 24, 18, 36, 18, 90, 20, 110, 110, 44, 168, 208, 208, 52, 378, 140, 570, 330, 330, 640, 320, 32, 918, 646, 238, 34, 34, 990, 1254, 1330, 304, 38, 76, 1540, 1040, 80, 2478, 1722, 1008, 42, 2948, 1408, 44, 132, 132, 2852, 2254, 1012, 92, 46, 3624, 1536, 144
Offset: 3

Views

Author

Scott R. Shannon, Aug 23 2020

Keywords

Comments

See A333654 for the number of 3-gon to k-gon contacts, with k>=3.
See A335646 for the number of 5-gon to k-gon contacts, with k>=5.
See A337330 for the number of 6-gon to k-gon contacts, with k>=6.
See A007678 for the number of regions and images of other n-gons.

Examples

			The table begins:
.
0;
0;
0;
6;
0,5;
24;
18,36,18;
90,20;
110,110,44;
168;
208,208,52;
378,140;
570,330,330;
640,320,32;
918,646,238,34,34;
990;
1254,1330,304,38,76;
1540,1040,80;
2478,1722,1008,42;
2948,1408,44,132,132;
2852,2254,1012,92,46;
3624,1536,144;
4650,3600,1450,150,150;
4784,3380,572,52;
6696,4968,2160,54,54;
7280,3752,2072,168;
8990,7308,3016,0,232,0,0,58;
7770,1200,300;
13020,9920,3472,186,434,0,124;
12160,8576,2048,256;
14784,11418,5742,792,330;
		

Crossrefs

Cf. A333654 (3-gon contacts), A335646 (5-gon contacts), , A337330 (6-gon contacts), A007678, A135565, A007569, A062361, A331450, A331451.
Previous Showing 61-70 of 144 results. Next