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.

A332374 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 vertices in the partition for m >= n >= 2.

Original entry on oeis.org

3, 7, 15, 13, 28, 53, 21, 44, 82, 127, 31, 65, 122, 190, 285, 43, 89, 166, 256, 382, 511, 57, 118, 220, 339, 506, 678, 901, 73, 150, 279, 430, 642, 860, 1142, 1447, 91, 187, 348, 536, 801, 1073, 1424, 1804, 2249, 111, 227, 421, 647, 966, 1290, 1710, 2164, 2696, 3231
Offset: 2

Views

Author

N. J. A. Sloane, Feb 12 2020

Keywords

Comments

T(m,n) = A332372(m,n) - A332371(m,n) + 1 (this is Euler's formula).

Examples

			Triangle begins:
3,
7, 15,
13, 28, 53,
21, 44, 82, 127,
31, 65, 122, 190, 285,
43, 89, 166, 256, 382, 511,
57, 118, 220, 339, 506, 678, 901,
73, 150, 279, 430, 642, 860, 1142, 1447,
91, 187, 348, 536, 801, 1073, 1424, 1804, 2249,
...
		

Crossrefs

For main diagonal see A332375.

Programs