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.

A058673 Number of matroids on n labeled points.

Original entry on oeis.org

1, 2, 5, 16, 68, 406, 3807, 75164, 10607540
Offset: 0

Views

Author

N. J. A. Sloane, Dec 30 2000

Keywords

Comments

From Lorenzo Sauras Altuzarra, Aug 10 2023: (Start)
a(n) <= A014466(n).
a(n) <= A306020(n). (End)

Examples

			The 16 possible sets E such that ({1, 2, 3}, E) is a matroid:
  {{}}
  {{}, {1}}
  {{}, {2}}
  {{}, {3}}
  {{}, {1}, {2}}
  {{}, {1}, {3}}
  {{}, {2}, {3}}
  {{}, {1}, {2}, {3}}
  {{}, {1}, {2}, {1, 2}}
  {{}, {1}, {3}, {1, 3}}
  {{}, {2}, {3}, {2, 3}}
  {{}, {1}, {2}, {3}, {1, 2}, {1, 3}}
  {{}, {1}, {2}, {3}, {1, 2}, {2, 3}}
  {{}, {1}, {2}, {3}, {1, 3}, {2, 3}}
  {{}, {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}}
  {{}, {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3}}
		

Crossrefs

Row sums of A058669. Closely related to A114491.
Cf. A014466 (abstract simplicial complexes), A055545 (unlabeled matroids), A306020.