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

A355838 Number of regions formed in a square by straight line segments when connecting the n+1 points along each edge that divide it into n equal parts to the n+1 points on the edge on the opposite side of the square.

Original entry on oeis.org

4, 40, 184, 496, 1240, 2144, 4380, 6720, 10860, 15528, 24300, 30152, 46036, 57496, 75056, 96416, 129052, 148512, 198392, 225240, 279576, 336272, 415988, 453376, 565052, 648008, 754808, 848664, 1026040, 1085536, 1331532, 1452704, 1652684, 1862600, 2084888, 2247568, 2662092, 2887944, 3193744
Offset: 1

Views

Author

Scott R. Shannon, Jul 18 2022

Keywords

Comments

This sequence is similar to A355798 but here the corner vertices of the square are also connected to points on the opposite edge.

Crossrefs

Cf. A355839 (vertices), A355840 (edges), A355841 (k-gons), A355798 (without corner vertices), A290131, A331452, A335678.

Formula

a(n) = A355840(n) - A355839(n) + 1 by Euler's formula.

A355839 Number of vertices formed in a square by straight line segments when connecting the n+1 points along each edge that divide it into n equal parts to the n+1 points on the edge on the opposite side of the square.

Original entry on oeis.org

5, 25, 133, 357, 1013, 1637, 3761, 5561, 9313, 13065, 21689, 25357, 41553, 50157, 66005, 84897, 117793, 129841, 181717, 198857, 251189, 302293, 383161, 401073, 517193, 587041, 687765, 763425, 949869, 966249, 1234425, 1320913, 1512233, 1703657, 1912765, 2023569, 2475361, 2649813, 2934997
Offset: 1

Views

Author

Scott R. Shannon, Jul 18 2022

Keywords

Comments

This sequence is similar to A355799 but here the corner vertices of the square are also connected to points on the opposite edge.

Crossrefs

Cf. A355838 (regions), A355840 (edges), A355841 (k-gons), A355799 (without corner vertices), A290131, A331452, A335678.

Formula

a(n) = A355840(n) - A355838(n) + 1 by Euler's formula.

A355840 Number of edges formed in a square by straight line segments when connecting the n+1 points along each edge that divide it into n equal parts to the n+1 points on the edge on the opposite side of the square.

Original entry on oeis.org

8, 64, 316, 852, 2252, 3780, 8140, 12280, 20172, 28592, 45988, 55508, 87588, 107652, 141060, 181312, 246844, 278352, 380108, 424096, 530764, 638564, 799148, 854448, 1082244, 1235048, 1442572, 1612088, 1975908, 2051784, 2565956, 2773616, 3164916, 3566256, 3997652, 4271136, 5137452, 5537756
Offset: 1

Views

Author

Scott R. Shannon, Jul 18 2022

Keywords

Comments

This sequence is similar to A355800 but here the corner vertices of the square are also connected to points on the opposite edge.
See A355838 for images of the squares.

Crossrefs

Cf. A355838 (regions), A355839 (vertices), A355841 (k-gons), A355800 (without corner vertices), A290131, A331452, A335678.

Formula

a(n) = A355838(n) + A355839(n) - 1 by Euler's formula.

A355992 Irregular table read by rows: T(n,k) is the number of k-sided polygons formed, for k>=3, in a square when straight line segments connect the four corner vertices to the points dividing the sides into n equal parts.

Original entry on oeis.org

4, 24, 8, 56, 28, 12, 96, 80, 8, 4, 144, 140, 36, 12, 216, 216, 24, 4, 272, 332, 76, 24, 8, 360, 448, 80, 28, 456, 572, 132, 36, 8, 568, 728, 128, 64, 656, 916, 260, 28, 40, 4, 792, 1104, 176, 36, 928, 1308, 316, 128, 32, 4, 1064, 1568, 304, 128, 16, 1240, 1772, 396, 88, 32, 4, 1416, 2032, 432, 156, 32
Offset: 1

Views

Author

Scott R. Shannon, Jul 22 2022

Keywords

Comments

Up to n = 100 the maximum sided k-gon created is the 8-gon. It is plausible this is the maximum sided k-gon for all n, although this is unknown.
See A108914 for more images of the square.

Examples

			The table begins:
4;
24,   8;
56,   28,   12;
96,   80,   8,   4;
144,  140,  36,  12;
216,  216,  24,  4;
272,  332,  76,  24,  8;
360,  448,  80,  28;
456,  572,  132, 36,  8;
568,  728,  128, 64;
656,  916,  260, 28,  40, 4;
792,  1104, 176, 36;
928,  1308, 316, 128, 32, 4;
1064, 1568, 304, 128, 16;
1240, 1772, 396, 88,  32, 4;
1416, 2032, 432, 156, 32;
.
.
		

Crossrefs

Cf. A108914 (regions), A355948 (edges), A355949 (vertices), A355841, A331452, A335678.
Showing 1-4 of 4 results.