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.

A332371 Consider a partition of the plane (a_1,a_2) in R X R by the lines a_1*x_1 + a_2*x_2 = 1 for 0 <= x_1 <= m-1, 1 <= x_2 <= 1-1. The cells are (generalized) triangles and quadrilaterals. Triangle read by rows: T(m,n) = total number of cells in the partition for m >= n >= 2.

Original entry on oeis.org

7, 14, 29, 23, 50, 87, 34, 75, 132, 201, 47, 106, 189, 290, 419, 62, 141, 252, 387, 560, 749, 79, 182, 327, 504, 731, 980, 1283, 98, 227, 410, 633, 920, 1235, 1618, 2041, 119, 278, 503, 778, 1133, 1522, 1995, 2518, 3107, 142, 333, 604, 935, 1362, 1829, 2398, 3027, 3736, 4493
Offset: 2

Views

Author

N. J. A. Sloane, Feb 12 2020

Keywords

Comments

Equals sum of triangles A332367 and A332369.

Examples

			Triangle begins:
7,
14, 29,
23, 50, 87,
34, 75, 132, 201,
47, 106, 189, 290, 419,
62, 141, 252, 387, 560, 749,
79, 182, 327, 504, 731, 980, 1283,
98, 227, 410, 633, 920, 1235, 1618, 2041,
119, 278, 503, 778, 1133, 1522, 1995, 2518, 3107,
...
		

Crossrefs

For main diagonal see A114043.

Programs