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-1 of 1 results.

A115594 Triangle read by rows: number of isomorphism classes of series-parallel matroids of rank d on n elements.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 3, 4, 3, 1, 1, 4, 8, 8, 4, 1, 1, 5, 14, 19, 14, 5, 1
Offset: 1

Views

Author

David E Speyer (speyer(AT)post.harvard.edu), Mar 09 2006

Keywords

Comments

Slow Mathematica program to list all isomorphism classes for given (d,n) available from author, e-mail speyer(AT)post.harvard.edu.

Examples

			Triangle begins:
  1
  1 1
  1 1 1
  1 2 2 1
  1 3 4 3 1
  1 4 8 8 4 1
  1 5 14 19 14 5 1
There are 4 series parallel matroids with 6 edges and rank 3:
the four-gon with two edges doubled, the four-gon with one edge tripled,
the four-gon with one diagonal drawn in and one edge doubled,
the four-gon with the diagonal drawn in and doubled.
		

References

  • Chapter 6 of Theory of Matroids, edited by N. White. Encyclopedia of Mathematics and its Applications, 26. Cambridge University Press, Cambridge, 1986

Crossrefs

Row sums are A001677.
Showing 1-1 of 1 results.