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.

A241600 Number of ways of arranging n lines in the (affine) plane.

Original entry on oeis.org

1, 1, 2, 4, 9, 47, 791, 37830
Offset: 0

Views

Author

Max Alekseyev and N. J. A. Sloane, May 15 2014

Keywords

Comments

This is in the affine plane, rather than the projective plane, so lines are either parallel or meet in one point.
Two arrangements are considered the same if one can be continuously changed to the other while keeping all lines straight, without changing the multiplicity of intersection points, and without a line passing through an intersection point. Turning over is also allowed.
a(n) might be called the size of the moduli space of n lines in the affine plane.
The subsequence giving the number of arrangements G_n of n lines in "general position" (with every two lines meeting in one point and every intersection point lying on exactly two lines) is given by A090338.
The moduli space of n points in the affine plane has been studied by several people (see for example Haiman and Miller, 2004; Martin, 2003). There is no direct connection with this problem, but these references are included for background information. - N. J. A. Sloane, Sep 13 2014
Lukas Finschi points out (email, Sep 19 2014) that a(n) = A063859(n)+1 for n <= 7 (but not for larger n). - N. J. A. Sloane, Sep 20 2014

Examples

			Let P_n = n parallel lines, S_n = star of n lines through a point, G_n = n lines in general position, L = P_1 = S_1 = G_1 = a single line.
a(1) = 1: L.
a(2) = 2: P_2, S_2.
a(3) = 4: P_3, P_2 L, S_3, G_3.
See link for illustrations of first 5 terms.
		

References

  • B. Grünbaum, Arrangements and Spreads. American Mathematical Society, Providence, RI, 1972, p. 4.

Crossrefs

Cf. A090338 (lines in general position), A090339 (curved lines in general position), A250001 (circles).

Formula

a(n) >= A000041(n). - Pablo Hueso Merino, May 10 2021

Extensions

a(6) and a(7) from Lukas Finschi, Sep 19 2014