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.

A001548 Number of connected linear spaces with n (unlabeled) points.

Original entry on oeis.org

1, 1, 0, 1, 1, 2, 4, 13, 42, 308, 4845, 227613, 28639650
Offset: 0

Views

Author

Keywords

Comments

Euler transform is A001200. - Michael Somos, Apr 24 2014
In any linear space any two distinct points belong to exactly one line. A linear space is disconnected if there exists a partition of the points of the space into two subsets such that for any two distinct points in a subset of the partition the unique line they both belong to is completely contained in that subset. - Michael Somos, Apr 24 2014

Examples

			a(2) = 0 because the unique linear space on two points can be partitioned into two single point subsets which disconnects the space vacuously. a(5) = 2 because there are two connected linear spaces with 5 points: one has only one line and the other has two lines with three points that intersect in one point that belongs to no other line while the other four points belong to three lines. - _Michael Somos_, Apr 24 2014
		

References

  • L. M. Batten and A. Beutelspacher: The theory of finite linear spaces, Cambridge Univ. Press, 1993 (see the Appendix).
  • Doyen, Jean; Sur le nombre d'espaces linéaires non isomorphes de n points. Bull. Soc. Math. Belg. 19 1967 421-437.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

Extensions

More terms could be obtained from A056642. - N. J. A. Sloane, Jul 26 2004
a(10)-a(12) from A001200. - Michael Somos, Apr 24 2014
a(12) corrected by Jean-François Alcover, Jan 04 2020