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.

A332357 Consider a partition of the triangle with vertices (0, 0), (1, 0), (0, 1) by the lines a_1*x_1 + a_2*x_2 = 1, where (x_1, x_2) is in {1, 2,...,m} X {1, 2,...,n}, m >= 1, n >= 1. Triangle read by rows: T(m,n) = number of cells (both 3-sided and 4-sided) in the partition, for m >= n >= 1.

Original entry on oeis.org

1, 2, 5, 3, 9, 17, 4, 14, 28, 47, 5, 20, 41, 70, 105, 6, 27, 57, 99, 150, 215, 7, 35, 75, 131, 199, 286, 381, 8, 44, 96, 169, 258, 372, 497, 649, 9, 54, 119, 211, 323, 467, 625, 817, 1029, 10, 65, 145, 258, 396, 574, 769, 1006, 1268, 1563, 11, 77, 173, 309, 475, 689, 923, 1208, 1523, 1878, 2257
Offset: 1

Views

Author

N. J. A. Sloane, Feb 11 2020

Keywords

Examples

			Triangle begins:
1,
2, 5,
3, 9, 17,
4, 14, 28, 47,
5, 20, 41, 70, 105,
6, 27, 57, 99, 150, 215,
7, 35, 75, 131, 199, 286, 381,
8, 44, 96, 169, 258, 372, 497, 649,
9, 54, 119, 211, 323, 467, 625, 817, 1029,
10, 65, 145, 258, 396, 574, 769, 1006, 1268, 1563,
...
		

Crossrefs

Cf. A332350, A332352, A332354, A332359 (edges).
Main diagonal is A332358.

Programs

Formula

T(m,n) = A332354(m,n)+A332356(m,n).

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