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.

A090338 Number of ways of arranging n straight lines in general position in the (affine) plane.

Original entry on oeis.org

1, 1, 1, 1, 1, 6, 43, 922, 38609, 3111341
Offset: 0

Views

Author

Jon Wild and Laurence Reeves, Jan 27 2004

Keywords

Comments

This is in the affine plane, rather than the projective plane, so two lines are either parallel or meet in one point.
Here we only consider arrangements of n lines in "general position", with every two lines meeting in one point and every intersection point lying on exactly two lines. See A241600 for the general case.
Two arrangements are considered the same if the lines in each arrangement can be numbered from 1 to n in such a way that, on each line, the order of crossings with the other lines is the same in the two arrangements. In particular, turning over the whole arrangement is allowed. (This does not imply that one arrangement can be continuously changed to the other (possibly after turning over) while keeping all lines straight, without changing the multiplicity of intersection points, and without a line passing through an intersection point, see the papers by Suvorov, Jaggi et al., Richter-Gebert, and Tsukamoto.)
Old name was "Number of full n-flups". The full n-flups are the topologically distinct planar configurations of n straight lines such that each line crosses each other line at exactly one intersection point and no two intersection points coincide.
Also, the number of distinct ways to divide a pancake with n straight cuts that result in the maximal number of pieces (see A000124, A000125).

Examples

			See illustration of a(5), the full pentaflups. Of the six, the last shown does not have reflectional symmetry, but we do not count its mirror image as distinct. All six are drawn with lines at equally-spaced angles; it is usually (but not always) possible to achieve this (41 out of 43 of the full 6-flups, for example, have equi-angled drawings)
		

Crossrefs

Cf. A000124, A000125, A090339 (when the lines need not be straight), A241600, A250001.

Extensions

Edited by Max Alekseyev, May 15 2014
Further edits by N. J. A. Sloane, May 16 2014
a(9) from Christ added, and comments corrected by Günter Rote, Apr 14 2025