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.

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