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.
%I A033995 #67 Feb 16 2025 08:32:36 %S A033995 1,1,2,3,7,13,35,88,303,1119,5479,32303,251135,2527712,33985853, %T A033995 611846940,14864650924,488222721992,21712049275198,1308300679611469, %U A033995 106897965189674291,11852113048215107822,1784730721403509209215,365323537513403184463273 %N A033995 Number of bipartite graphs with n nodes. %C A033995 All bipartite graphs are perfect. - _Falk Hüffner_, Nov 27 2015 %C A033995 EULER transform of A005142 [1, 1, 1, 3, 5, 17, ...] is [1, 2, 3, 7, 13, ...]. - _Michael Somos_, May 13 2019 %D A033995 R. C. Read and R. J. Wilson, An Atlas of Graphs, Oxford, 1998. %H A033995 Andrew Howroyd, <a href="/A033995/b033995.txt">Table of n, a(n) for n = 0..50</a> %H A033995 CombOS - Combinatorial Object Server, <a href="http://combos.org/nauty">Generate graphs</a>. %H A033995 P. Erdős, D. J. Kleitman, and B. L. Rothschild, <a href="https://users.renyi.hu/~p_erdos/1976-03.pdf">Asymptotic enumeration of k_n-free graphs</a>. In Colloquio Internazionale sulle Teorie Combinatorie, (Rome, 1973), Tomo II, Atti dei Convegni Lincei, No. 17, pp. 19-27. Accad. Naz. Lincei, Rome. %H A033995 P. Hanlon, <a href="http://dx.doi.org/10.1016/0012-365X(79)90184-5">The enumeration of bipartite graphs</a>, Discrete Math. 28 (1979), 49-57. %H A033995 S. Hougardy, <a href="http://www.or.uni-bonn.de/~hougardy/">Home Page</a>. %H A033995 S. Hougardy, <a href="http://dx.doi.org/10.1016/j.disc.2006.05.021">Classes of perfect graphs</a>, Discr. Math. 306 (2006), 2529-2571. %H A033995 Sage, <a href="http://www.sagemath.org/doc/reference/graphs/sage/graphs/graph_generators.html">Common Graphs (Graph Generators)</a>. %H A033995 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BipartiteGraph.html">Bipartite Graph</a>. %H A033995 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BicolorableGraph.html">Bicolorable Graph</a>. %H A033995 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/n-ColorableGraph.html">n-Colorable Graph</a>. %e A033995 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 %t A033995 A005142 = Cases[Import["https://oeis.org/A005142/b005142.txt", "Table"], {_, _}][[All, 2]]; %t A033995 (* EulerTransform is defined in A005195 *) %t A033995 EulerTransform[Rest @ A005142] (* _Jean-François Alcover_, Mar 18 2020 *) %Y A033995 Row sums of A297877. %Y A033995 The labeled version is A047864. %Y A033995 Equals A076278(n) + 1. %Y A033995 Cf. A005142 (connected). %K A033995 nonn,nice %O A033995 0,3 %A A033995 Ronald C. Read %E A033995 a(0)=1 prepended and terms a(21) and beyond from _Andrew Howroyd_, Sep 05 2018