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.

A333282 Triangle read by rows: T(m,n) (m >= n >= 1) = number of regions formed by drawing the line segments connecting any two of the (m+1) X (n+1) lattice points in an m X n grid of squares and extending them to the boundary of the grid.

Original entry on oeis.org

4, 16, 56, 46, 192, 624, 104, 428, 1416, 3288, 214, 942, 3178, 7520, 16912, 380, 1672, 5612, 13188, 29588, 51864, 648, 2940, 9926, 23368, 52368, 92518, 164692, 1028, 4624, 15732, 37184, 83628, 148292, 263910, 422792, 1562, 7160, 24310, 57590, 130034, 230856, 410402, 658080, 1023416
Offset: 1

Views

Author

Keywords

Comments

Triangle gives number of nodes in graph LC(m,n) in the notation of Blomberg-Shannon-Sloane (2020).
If we only joined pairs of the 2(m+n) boundary points, we would get A331452. If we did not extend the lines to the boundary of the grid, we would get A288187. (One of the links below shows the difference between the three definitions in the case m=3, n=2.)

Examples

			Triangle begins:
4,
16, 56,
46, 192, 624,
104, 428, 1416, 3288,
214, 942, 3178, 7520, 16912,
380, 1672, 5612, 13188, 29588, 51864,
648, 2940, 9926, 23368, 52368, 92518, 164692,
1028, 4624, 15732, 37184, 83628, 148292, 263910, 422792
1562, 7160, 24310, 57590, 130034, 230856, 410402, 658080, 1023416
2256, 10336, 35132, 83116, 187376, 331484, 588618, 942808, 1466056, 2101272
		

Crossrefs

Cf. A288187, A331452, A333283 (edges), A333284 (vertices). Column 1 is A306302. Main diagonal is A333294.

Extensions

More terms and corrections from Scott R. Shannon, Mar 21 2020
More terms from Scott R. Shannon, May 27 2021