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.

A217745 Number of regions in the exterior of a regular n-gon with all diagonals drawn.

Original entry on oeis.org

1, 4, 10, 18, 35, 64, 117, 190, 330, 492, 780, 1050, 1605, 2080, 2941
Offset: 3

Views

Author

Martin Renner, Mar 23 2013

Keywords

Examples

			a(3) = 1 since the equilateral triangle has no diagonals and therefore one exterior region (with infinite area).
a(4) = 4 since the two diagonals of the square divide the exterior in four regions (with infinite area).
a(5) = 10 since the ten diagonals of the regular pentagon divide the exterior in ten regions (with infinite area) of two different shapes.
		

Crossrefs

Cf. A007678.