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

A356984 Number of regions in an equilateral triangle when n internal equilateral triangles are drawn between the 3n points that divide each side into n+1 equal parts.

Original entry on oeis.org

1, 4, 13, 28, 49, 70, 109, 148, 181, 244, 301, 334, 433, 508, 565, 676, 769, 811, 973, 1069, 1165, 1324, 1453, 1534, 1729, 1876, 1957, 2182, 2353, 2446, 2701, 2884, 3013, 3268, 3454, 3538, 3889, 4108, 4261, 4519, 4801, 4960, 5293, 5536, 5668, 6076, 6349, 6502, 6913, 7204, 7405, 7798, 8113
Offset: 0

Views

Author

Scott R. Shannon, Sep 08 2022

Keywords

Comments

See A357007 for further images.

Crossrefs

Cf. A357007 (vertices), A357008 (edges), A092867, A092098, A332953, A343755.

Formula

a(n) = A357008(n) - A357007(n) + 1 by Euler's formula.
Conjecture: a(n) = 3*n^2 + 1 for equilateral triangles that only contain simple vertices when cut by n internal equilateral triangles. This is never the case if (n + 1) mod 3 = 0 for n > 3.
a(n) = 1 + 3*n + T2(n) + 2*T3(n) + 3*T4(n); a(n) = 1 + 3*n^2 - T3(n) - 3*T4(n), where T2 is the number of internal vertices meeting exactly two segments (these vertices are labeled in the A357007 links as "4 ngons"), T3 is the number of internal vertices meeting exactly three segments ("6 ngons"), and T4 is the number of internal vertices meeting exactly four segments ("8 ngons"). - Talmon Silver, Sep 23 2022

A357007 Number of vertices in an equilateral triangle when n internal equilateral triangles are drawn between the 3n points that divide each side into n+1 equal parts.

Original entry on oeis.org

3, 6, 15, 30, 51, 66, 111, 150, 171, 246, 303, 312, 435, 510, 543, 678, 771, 765, 975, 1059, 1131, 1326, 1455, 1488, 1731, 1878, 1899, 2178, 2355, 2376, 2703, 2886, 2955, 3270, 3444, 3420, 3891, 4110, 4191, 4485, 4803, 4878, 5295, 5526, 5544, 6078, 6351, 6396, 6915, 7206, 7311, 7794, 8115
Offset: 0

Views

Author

Scott R. Shannon, Sep 08 2022

Keywords

Comments

See A356984 for further images.

Crossrefs

Cf. A356984 (regions), A357008 (edges), A092866, A091908, A333026, A344657.

Formula

a(n) = A357008(n) - A356984(n) + 1 by Euler's formula.
Conjecture: a(n) = 3*n^2 + 3 for equilateral triangles that only contain simple vertices when cut by n internal equilateral triangles. This is never the case if (n + 1) mod 3 = 0 for n > 3.

A357061 Number of edges in a square when n internal squares are drawn between the 4n points that divide each side into n+1 equal parts.

Original entry on oeis.org

4, 12, 36, 76, 132, 180, 292, 348, 516, 604, 804, 892, 1156, 1284, 1572, 1708, 2052, 2180, 2596, 2796, 3204, 3412, 3876, 4012, 4612, 4860, 5412, 5668, 6276, 6508, 7204, 7460, 8172, 8524, 9252, 9516, 10372, 10740, 11532, 11900, 12804, 13100, 14116, 14532, 15468, 15940, 16932, 17196, 18436
Offset: 0

Views

Author

Scott R. Shannon, Sep 10 2022

Keywords

Comments

The even values of n that yield squares with non-simple intersections are 32, 38, 44, 50, 54, 62, 76, 90, 98, ... .
See A357058 and A357060 for images of the squares.

Crossrefs

Cf. A357058 (regions), A357060 (vertices), A355948, A355840, A355800, A357008 (triangle).

Formula

a(n) = A357058(n) + A357060(n) - 1 by Euler's formula.
Conjecture: a(n) = 8*n^2 + 4 for squares that only contain simple intersections when cut by n internal squares. This is never the case for odd n >= 5.

A357198 Number of edges in a hexagon when n internal hexagons are drawn between the 6n points that divide each side into n+1 equal parts.

Original entry on oeis.org

6, 18, 54, 114, 198, 306, 438, 594, 774, 942, 1206, 1422, 1734, 2034, 2310, 2706, 3078, 3474, 3894, 4242, 4806, 5298, 5814, 6186, 6918, 7506, 8118, 8706, 9414, 9978, 10806, 11538, 12258, 13074, 13842, 14562, 15558, 16434, 17298, 17970, 19206, 20082, 21174, 22122, 23154, 24306, 25398, 26286
Offset: 0

Views

Author

Scott R. Shannon, Sep 17 2022

Keywords

Comments

Unlike similar dissections of the triangle and square, see A357008 and A357061, there is no obvious pattern for n values that yield hexagons with non-simple intersections; these n values begin 9, 11, 14, 19, 23, 27, 29, 32, 34, 35, 38, 39, 41, 43, ... .

Crossrefs

Cf. A357196 (regions), A357197 (vertices), A330845, A357008 (triangle), A357061 (square).

Formula

a(n) = A357196(n) + A357197(n) - 1 by Euler's formula.
Conjecture: a(n) = 12*n^2 + 6 for hexagons that only contain simple intersections when cut by n internal hexagons.

A357254 Table read by antidiagonals: T(n,k) (n >= 3, k >= 0) is the number of edges in an n-gon when k internal n-gons are drawn between the n*k points that divide each side into k+1 equal parts.

Original entry on oeis.org

3, 9, 4, 27, 12, 5, 57, 36, 15, 6, 99, 76, 45, 18, 7, 135, 132, 95, 54, 21, 8, 219, 180, 165, 114, 63, 24, 9, 297, 292, 255, 198, 133, 72, 27, 10, 351, 348, 365, 306, 231, 152, 81, 30, 11, 489, 516, 495, 438, 357, 264, 171, 90, 33, 12, 603, 604, 645, 594, 511, 408, 297, 190, 99, 36, 13
Offset: 3

Views

Author

Scott R. Shannon, Sep 20 2022

Keywords

Comments

Conjecture: the only n-gons that contain non-simple intersections are the 3-gon (triangle), 4-gon (square), and 6-gon (hexagon).

Examples

			The table begins:
   3,  9,  27,  57,  99, 135,  219,  297,  351,  489,  603,  645,  867, 1017, ...
   4, 12,  36,  76, 132, 180,  292,  348,  516,  604,  804,  892, 1156, 1284, ...
   5, 15,  45,  95, 165, 255,  365,  495,  645,  815, 1005, 1215, 1445, 1695, ...
   6, 18,  54, 114, 198, 306,  438,  594,  774,  942, 1206, 1422, 1734, 2034, ...
   7, 21,  63, 133, 231, 357,  511,  693,  903, 1141, 1407, 1701, 2023, 2373, ...
   8, 24,  72, 152, 264, 408,  584,  792, 1032, 1304, 1608, 1944, 2312, 2712, ...
   9, 27,  81, 171, 297, 459,  657,  891, 1161, 1467, 1809, 2187, 2601, 3051, ...
  10, 30,  90, 190, 330, 510,  730,  990, 1290, 1630, 2010, 2430, 2890, 3390, ...
  11, 33,  99, 209, 363, 561,  803, 1089, 1419, 1793, 2211, 2673, 3179, 3729, ...
  12, 36, 108, 228, 396, 612,  876, 1188, 1548, 1956, 2412, 2916, 3468, 4068, ...
  13, 39, 117, 247, 429, 663,  949, 1287, 1677, 2119, 2613, 3159, 3757, 4407, ...
  14, 42, 126, 266, 462, 714, 1022, 1386, 1806, 2282, 2814, 3402, 4046, 4746, ...
  15, 45, 135, 285, 495, 765, 1095, 1485, 1935, 2445, 3015, 3645, 4335, 5085, ...
  ...
See the attached text file for further examples.
See A356984, A357058, A357196 for images of the n-gons.
		

Crossrefs

Cf. A357216 (regions), A357235 (vertices), A357008 (triangle), A357061 (square), A357198 (hexagon), A356984, A357058, A357196, A135565, A344899.

Formula

T(n,k) = A357216(n,k) + A357235(n,k) - 1 by Euler's formula.
T(n,0) = n.
T(n,1) = 3n.
Conjectured formula for all columns for n >= 7: T(n,k) = 2n*k^2 + n.
T(3,k) = A357008(k).
T(4,k) = A357061(k).
T(6,k) = A357198(k).
Conjectured formula for all rows except for n = 3, 4, 6: T(n,k) = 2n*k^2 + n.
Showing 1-5 of 5 results.