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.

A288177 Maximum number of vertices of any convex polygon formed by drawing all line segments connecting any two lattice points of an n X m convex lattice polygon in the plane written as triangle T(n,m), n >= 1, 1 <= m <= n.

Original entry on oeis.org

3, 4, 4, 4, 4, 4, 4, 4, 5, 5, 4, 5, 5, 6, 6, 4, 5, 5, 6, 6, 6, 4, 5, 6, 6, 6, 7, 7, 4, 5, 7, 6, 7, 7, 7, 7, 4, 5, 6, 6, 7, 7, 8, 8, 8, 4, 5, 6, 6, 7, 7, 8, 8, 8, 7, 4, 5, 6, 6, 7, 7, 8, 8, 8, 8, 8, 4, 5, 7, 6, 7, 7, 8, 7, 8, 8, 8, 8, 4, 5, 8, 6, 7, 7, 8, 7, 8, 8, 8, 8, 8, 4, 5, 8, 6, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 4, 5, 8, 6, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 4, 5, 7, 6, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 4, 5, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 4, 5, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 10, 10, 9
Offset: 1

Views

Author

Hugo Pfoertner, Jun 06 2017

Keywords

Comments

The table is given in the section "Results" of the notes by M. E. Pfetsch and G. M. Ziegler, see link.
An n X m convex lattice polygon presumably means an n X m grid of square cells, formed using a grid of n+1 X m+1 points. - N. J. A. Sloane, Feb 07 2019

Examples

			Drawing the diagonals in a lattice square of size 1 X 1 produces 4 triangles, so T(1,1)=3.
Triangle begins:
  3;
  4, 4;
  4, 4, 4;
  4, 4, 5, 5;
  4, 5, 5, 6, 6;
  4, 5, 5, 6, 6, 6;
  4, 5, 6, 6, 6, 7, 7;
  ...
		

Crossrefs

Cf. A288178 (diagonal of table), A288179, A288180, A288181, A288187.