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.

A058715 Number of loopless matroids of rank 3 on n labeled points.

Original entry on oeis.org

1, 11, 106, 1232, 22172, 803583, 70820187, 16122092568
Offset: 3

Views

Author

N. J. A. Sloane, Dec 31 2000

Keywords

Comments

The sequence was updated based on more recent references by W. M. B. Dukes. The calculation of a(9) and a(10) depends on the values of A056642 for n = 9 and n = 10. Note that (A056642) - 1 is column k = 3 of A058720. - Petros Hadjicostas, Oct 09 2019

Crossrefs

Column k=3 of both A058710 and A058711 (which are the same except for column k=0).

Formula

a(n) = Sum_{i = 3..n} Stirling2(n,i) * (A056642(i) - 1) = Sum_{i = 3..n} A008277(n,i) * A058720(n,3) for n >= 3. [Dukes (2004), p. 3; see the equation with the Stirling numbers of the second kind.] - Petros Hadjicostas, Oct 10 2019

Extensions

a(8) corrected by and more terms from Petros Hadjicostas, Oct 09 2019