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.

Showing 1-1 of 1 results.

A062361 Number of triangular regions in regular n-gon with all diagonals drawn.

Original entry on oeis.org

1, 4, 10, 18, 35, 56, 90, 120, 176, 276, 377, 476, 585, 848, 1054, 1404, 1653, 2200, 2268, 2992, 3749, 4416, 5000, 6292, 6777, 8316, 9222, 11670, 11501, 14368, 15840, 18598, 19705, 24444, 25012, 28842, 30966, 36000, 39278, 45318, 46999, 53900
Offset: 3

Views

Author

Sascha Kurz, Jul 07 2001

Keywords

Comments

Also the number of 3-cycles and maximum cliques in the n-polygon diagonal intersection graph. - Eric W. Weisstein, Mar 08-09 2018

Examples

			a(4) = 4 because in a quadrilateral the diagonals cross to make four triangles.
		

Crossrefs

Cf. A300552 (4-cycles), A300553 (5-cycles), A300554 (6-cycles).

Formula

a(n) = n * A067162(n).
Showing 1-1 of 1 results.