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.

A092867 Number of regions in an equilateral triangular figure formed by the straight line segments connecting all vertices and all points that divide the sides into n equal parts.

Original entry on oeis.org

1, 12, 75, 252, 715, 1572, 3109, 5676, 9291, 14556, 22081, 32502, 44935, 62868, 83286, 108384, 140152, 181710, 225565, 282978, 342792, 415614, 502318, 606642, 708505, 839874, 983007, 1141416, 1315102, 1529526, 1733476, 1994550, 2259420, 2559990, 2878053, 3237414, 3593521, 4047906, 4510590, 5002350, 5506918, 6128100, 6704800, 7414518, 8113992, 8858622, 9682927, 10626774, 11478142, 12519492
Offset: 1

Views

Author

Hugo Pfoertner, Mar 15 2004

Keywords

Examples

			a(2)=12 because the 6 line segments mutually connecting the vertices and the mid-side nodes form 12 congruent right triangles of two different sizes.
a(3)=75: 48 triangles, 24 quadrilaterals and 3 pentagons are formed. See pictures at Pfoertner link.
		

Crossrefs

Cf. A092866 (number of intersections), A274585 (number of points both inside and on the triangle sides), A274586 (number of edges), A331911 (number of n-gons).
Cf. A092098 (regions in triangle cut by line segments connecting vertices with subdivision points on opposite side), A006533 (regions formed by all diagonals in regular n-gon), A002717 (triangles in triangular matchstick arrangement).
If the boundary points are in general position, we get A367117, A213827, A367118, A367119. - N. J. A. Sloane, Nov 09 2023

Formula

By the Euler characteristic, a(n) = A274586(n) - A274585(n) + 1 = A274586(n) - A092866(n) - 3n - 1.

Extensions

a(1)=1 prepended by Max Alekseyev, Jun 29 2016
a(6)-a(50) from Cynthia Miaina Rasamimanananivo, Jun 28 2016, Jul 01 2016, Aug 05 2016, Aug 15 2016
Definition edited by N. J. A. Sloane, May 13 2020

A332953 The number of regions formed inside 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

1, 5, 18, 52, 125, 257, 486, 832, 1333, 2027, 3048, 4304, 6057, 8167, 10749, 13929, 18058, 22664, 28533, 34981, 42519, 51425, 62118, 73473, 86768, 101902, 118695, 137138, 159147, 181752, 208813, 237209, 268614, 303718, 340882, 380811, 427540, 477134, 530047
Offset: 1

Views

Author

Keywords

Comments

The terms are from numeric computation - no formula for a(n) is currently known.
Equivalently, this is also the number of regions formed when all the integer points along the x and y axes with 0 <= x <= n and 0 <= y <= n are joined by straight line segments.
If instead one takes points on the x and y axes with coordinates 1, 1/2, 1/3, 1/4, ..., 1/n, 0, and joins them all by line segments, the resulting figure contains only triangles and quadrilaterals, and the number of regions is given by A332358 (and more generally by A332357 if there are m+1 such points on the x axis and n+1 such points on the y axis).

Crossrefs

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

Extensions

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

A333025 Irregular table read by rows: Take an isosceles triangle with its equal length sides divided into n equal parts with all diagonals drawn, as in A332953. Then T(n,k) = number of k-sided polygons in that figure for k>=3.

Original entry on oeis.org

1, 5, 14, 3, 1, 29, 19, 4, 50, 66, 9, 81, 164, 12, 134, 313, 37, 2, 219, 546, 60, 7, 359, 853, 112, 9, 556, 1294, 160, 16, 1, 779, 1940, 283, 43, 3, 1105, 2780, 360, 53, 6, 1540, 3750, 670, 91, 5, 1, 2087, 5064, 873, 132, 11, 2806, 6625, 1144, 164, 7, 3
Offset: 1

Views

Author

Keywords

Comments

See the links in A332953 for images of the triangles.

Examples

			Table begins:
1;
5;
14, 3, 1;
29, 19, 4;
50, 66, 9;
81, 164, 12;
134, 313, 37, 2;
219, 546, 60, 7;
359, 853, 112, 9;
556, 1294, 160, 16, 1;
779, 1940, 283, 43, 3;
1105, 2780, 360, 53, 6;
1540, 3750, 670, 91, 5, 1;
2087, 5064, 873, 132, 11;
2806, 6625, 1144, 164, 7, 3;
The row sums are A332953.
		

Crossrefs

Cf. A332953 (regions), A333026 (vertices), A333027 (edges), A007678, A092867, A331452, A331911, A332357, A332358.

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

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

A333434 The number of regions inside a diagonal-edged (or diamond-shaped) checkerboard of width and height 2*n-1 formed by the straight line segments mutually connecting any two of the 8*n-4 vertices on the perimeter.

Original entry on oeis.org

4, 104, 1080, 5220, 15508, 39088, 81464, 144292, 261544, 415552, 610460, 942032, 1303848, 1803360, 2461232, 3250284, 4182552, 5269080, 6818764, 8326188, 10336548, 12621292, 14882600, 18368708, 21377496, 25168908, 29994204
Offset: 1

Views

Author

Keywords

Comments

The diagonal-edged checker board of width and height 2*n-1 contains 8*n-4 vertices lying on a 2D square grid as shown in the examples below. Join every pair of vertices by a line segment, provided the line does not extend beyond the boundary of the board. The sequence gives the number of regions in the resulting figure.

Examples

			For n = 1 the board is a single square with 4 vertices on the corners.
For n = 2 the board contains 12 vertices, represented by '*', shown below:
          *---*
          |   |
      *---*   *---*
      |           |
      *---*   *---*
          |   |
          *---*
.
For n = 3 the board contains 20 vertices, represented by '*', shown below:
          *---*
          |   |
      *---*   *---*
      |           |
  *---*           *---*
  |                   |
  *---*           *---*
      |           |
      *---*   *---*
          |   |
          *---*
.
		

Crossrefs

Cf. A333458 (n-gons), A333459 (vertices), A333460 (edges), A331452, A331456, A331911.

Extensions

a(8)-a(27) from Lars Blomberg, Jun 03 2020

A333458 Irregular table read by rows: Take a diagonal-edged (or diamond-shaped) checkerboard with all diagonals drawn, as in A333434. Then T(n,k) = number of k-sided polygons in that figure for k >= 3.

Original entry on oeis.org

4, 84, 20, 692, 312, 72, 4, 2708, 2020, 400, 88, 0, 4, 7876, 5764, 1580, 264, 20, 4, 18220, 14868, 4960, 904, 112, 24, 36764, 30624, 11224, 2496, 304, 52, 66004, 55192, 18624, 3952, 472, 48, 111764, 97840, 40008, 9912, 1740, 244, 36, 175156, 158280, 63632, 15744, 2560, 156, 8, 16
Offset: 1

Views

Author

Keywords

Comments

See A333434 for the definition and images of the checkerboard.

Examples

			Table begins:
4;
84, 20;
692, 312, 72, 4;
2708, 2020, 400, 88, 0, 4;
7876, 5764, 1580, 264, 20, 4;
18220, 14868, 4960, 904, 112, 24;
36764, 30624, 11224, 2496, 304, 52;
66004, 55192, 18624, 3952, 472, 48;
111764, 97840, 40008, 9912, 1740, 244, 36;
175156, 158280, 63632, 15744, 2560, 156, 8, 16;
...
		

Crossrefs

Cf. A333434 (regions), A333459 (vertices), A333460 (edges), A331911, A331451, A333025, A333037.

Extensions

a(32) and beyond from Lars Blomberg, Jun 03 2020

A342153 Irregular table read by rows: Take a vesica piscis with all diagonals drawn, as in A341877. Then T(n,k) = number of k-sided polygons in that figure for k >= 3.

Original entry on oeis.org

0, 4, 18, 6, 52, 28, 4, 120, 78, 34, 4, 252, 188, 56, 12, 470, 348, 184, 40, 4, 2, 808, 648, 300, 56, 8, 1282, 1118, 548, 138, 20, 4, 2036, 1772, 644, 156, 28, 8, 2878, 2804, 1252, 388, 96, 10, 4172, 4024, 1728, 468, 100, 28, 5752, 5682, 2600, 866, 162, 46, 7912, 7676, 3420, 1024, 196, 44, 16
Offset: 1

Views

Author

Keywords

Comments

The terms are from numeric computation - no formula for a(n) is currently known.
See A341877 for images of the regions and A341878 for images of the vertices.

Examples

			A vesica piscis with 1 point dividing its edges, n = 2, contains 4 triangles and no other n-gons, so the second row is [4]. A vesica piscis with 3 points dividing its edges, n = 4, contains 52 triangles, 28 quadrilaterals, 4 pentagons and no other n-gons, so the fourth row is [52, 28, 4].
The table begins:
0;
4;
18,6;
52,28,4;
120,78,34,4;
252,188,56,12;
470,348,184,40,4,2;
808,648,300,56,8;
1282,1118,548,138,20,4;
2036,1772,644,156,28,8;
2878,2804,1252,388,96,10;
4172,4024,1728,468,100,28;
5752,5682,2600,866,162,46;
7912,7676,3420,1024,196,44,16;
10388,10354,4868,1548,352,60,6;
13496,13808,6016,1836,388,80,4,0,4;
17310,17590,8376,2672,564,122,16,2;
22012,22364,10160,3152,712,124,20,4;
27440,27956,13162,4432,964,172,24,2,4;
33784,34736,15588,4640,1096,120,28;
		

Crossrefs

Cf. A341877 (regions), A342152 (edges), A341878 (vertices), A331451, A331911, A340614, A340688.
Showing 1-8 of 8 results.