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.

A002773 Number of nonisomorphic simple matroids (or geometries) with n points.

Original entry on oeis.org

1, 1, 1, 2, 4, 9, 26, 101, 950, 376467
Offset: 0

Views

Author

Keywords

References

  • Miklos Bona, editor, Handbook of Enumerative Combinatorics, CRC Press, 2015, p. 138.
  • Knuth, Donald E. "The asymptotic number of geometries." Journal of Combinatorial Theory, Series A 16.3 (1974): 398-400.
  • 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

Cf. A055545, A056642. Row sums of A058730.

Formula

Limit_{ n -> oo } (log_2 log_2 a(n))/n = 1. [Knuth]
2^n/n^(3/2) << log a(n) << 2^n/n, proved by Knuth and Piff respectively. - Charles R Greathouse IV, Mar 20 2021
Bansal, Pendavingh, & van der Pol prove an upper bound almost matching the lower bound above: log a(n) <= 2*sqrt(2/Pi)*2^n/n^(3/2)*(1 + o(1)). - Charles R Greathouse IV, Mar 20 2021

Extensions

a(9) from Gordon Royle, Dec 23 2006