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.

A033995 Number of bipartite graphs with n nodes.

Original entry on oeis.org

1, 1, 2, 3, 7, 13, 35, 88, 303, 1119, 5479, 32303, 251135, 2527712, 33985853, 611846940, 14864650924, 488222721992, 21712049275198, 1308300679611469, 106897965189674291, 11852113048215107822, 1784730721403509209215, 365323537513403184463273
Offset: 0

Views

Author

Ronald C. Read

Keywords

Comments

All bipartite graphs are perfect. - Falk Hüffner, Nov 27 2015
EULER transform of A005142 [1, 1, 1, 3, 5, 17, ...] is [1, 2, 3, 7, 13, ...]. - Michael Somos, May 13 2019

Examples

			For n=1: o; n=2: o o, o-o; n=3: o o o, o o-o, o-o-o; n=4: o o o o, o o o-o, o-o o-o, o o-o-o, o-o-o-o, K_{2,2}, K_{3,1}. - _Michael Somos_, May 13 2019
		

References

  • R. C. Read and R. J. Wilson, An Atlas of Graphs, Oxford, 1998.

Crossrefs

Row sums of A297877.
The labeled version is A047864.
Equals A076278(n) + 1.
Cf. A005142 (connected).

Programs

Extensions

a(0)=1 prepended and terms a(21) and beyond from Andrew Howroyd, Sep 05 2018