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.

Showing 1-3 of 3 results.

A055545 Number of unlabeled matroids on n points.

Original entry on oeis.org

1, 2, 4, 8, 17, 38, 98, 306, 1724, 383172
Offset: 0

Views

Author

Keywords

Comments

This is the total number of pairwise non-isomorphic (i.e., "unlabeled") matroids on n points, with no restrictions on loops, parallel elements etc.
Partial sums of A058718. - Jonathan Vos Post, Apr 25 2010

References

  • J. G. Oxley, Matroid Theory. Oxford, England: Oxford University Press, 1993. See p. 473.

Crossrefs

Cf. A002773, A058673 (labeled matroids), A058718.
Row sums of A053534.

Extensions

a(9) from Gordon Royle, Dec 23 2006
Name clarified by Lorenzo Sauras Altuzarra, Aug 10 2023

A058716 Triangle T(n,k) giving number of nonisomorphic loopless matroids of rank k on n labeled points (n >= 0, 0 <= k <= n).

Original entry on oeis.org

1, 0, 1, 0, 1, 1, 0, 1, 2, 1, 0, 1, 4, 3, 1, 0, 1, 6, 9, 4, 1, 0, 1, 10, 25, 18, 5, 1, 0, 1, 14, 70, 85, 31, 6, 1, 0, 1, 21, 217, 832, 288, 51, 7, 1
Offset: 0

Views

Author

N. J. A. Sloane, Dec 31 2000

Keywords

Examples

			Triangle T(n,k) (with rows n >= 0 and columns k >= 0) begins as follows:
  1;
  0, 1;
  0, 1,  1;
  0, 1,  2,   1;
  0, 1,  4,   3,   1;
  0, 1,  6,   9,   4,   1;
  0, 1, 10,  25,  18,   5,  1;
  0, 1, 14,  70,  85,  31,  6, 1;
  0, 1, 21, 217, 832, 288, 51, 7, 1;
  ...
		

Crossrefs

Cf. A058717 (same except for border), A058710, A058711. Row sums give A058718. Diagonals give A000065, A058719.

Extensions

Corrected and extended by Jean-François Alcover, Oct 21 2013
Reverted to original data by Sean A. Irvine, Aug 16 2022

A058717 Triangle T(n,k) giving number of nonisomorphic loopless matroids of rank k on n labeled points (n >= 1, 1<=k<=n).

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 4, 3, 1, 1, 6, 9, 4, 1, 1, 10, 25, 18, 5, 1, 1, 14, 70, 85, 31, 6, 1, 1, 21, 217, 832, 288, 51, 7, 1
Offset: 1

Views

Author

N. J. A. Sloane, Dec 31 2000

Keywords

Examples

			1;
1,  1;
1,  2,   1;
1,  4,   3,   1;
1,  6,   9,   4,   1;
1, 10,  25,  18,   5,  1;
1, 14,  70,  85,  31,  6, 1;
1, 21, 217, 832, 288, 51, 7, 1;
...
		

Crossrefs

Cf. A058716 (same except for border), A058710, A058711.
Row sums give A058718. Diagonals give A000065, A058719.

Extensions

Corrected and extended by Jean-François Alcover, Oct 21 2013
Reverted to original data by Jean-François Alcover, Aug 17 2022
Showing 1-3 of 3 results.