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.

A107427 Maximal number of simple triangular regions that can be formed by drawing n line segments in the Euclidean plane.

Original entry on oeis.org

0, 0, 1, 2, 4, 7, 10, 14, 18, 22
Offset: 1

Views

Author

Bill Blewett, May 22 2005

Keywords

Comments

Draw n line segments on a piece of paper in such a way that if we make cuts along those lines, only triangular pieces are formed (apart from the "outside" region). Sequence gives maximal number of triangles that can be obtained.
Inspection of Loy's web page shows that these are known to be optimal only for n up to about 7.
Loy gives the following lower bounds for n = 1, 2, 3, ...: 0, 0, 1, 2, 4, 7, 10, 14, 18, 22, 27, 32, 38, 44, 50, 54, 60, 72, 76, 84, 92, 110, 114, 122, 130, 156, 160, 210

Examples

			7 lines can make at most 10 triangles, so a(7) = 10.
		

Crossrefs

Cf. A000124.

Extensions

Entry revised by N. J. A. Sloane, May 29 2005