A304125
Number of simple graphs with n vertices which contain no K5 subgraph.
Original entry on oeis.org
1, 2, 4, 11, 33, 150, 986, 11416, 245440, 10164119, 793907916, 114150623175, 29709609171994
Offset: 1
A005007
Number of cubic (i.e., regular of degree 3) generalized Moore graphs with 2n nodes.
Original entry on oeis.org
0, 1, 2, 2, 1, 2, 7, 6, 1, 1, 0, 1, 2, 9, 40, 56, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0
Offset: 1
The counts are for graphs with 2, 4, 6, 8, ... nodes. In particular, there is a unique graph with 10 nodes.
- B. D. McKay and R. G. Stanton, The current status of the generalized Moore graph problem, pp. 21-31 of Combinatorial Mathematics VI (Armidale 1978), Lect. Notes Math. 748, 1979.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
A352212
Largest number of maximal triangle-free node-induced subgraphs of an n-node graph.
Original entry on oeis.org
1, 1, 3, 6, 10, 15, 21, 36, 60
Offset: 1
For 2 <= n <= 7, a(n) = binomial(n,2) = A000217(n-1) and the complete graph is optimal (it is the unique optimal graph for 3 <= n <= 7), but a(8) = 36 > binomial(8,2), with the optimal graphs being K_4 + K_4, with up to 4 additional node-disjoint edges. For n = 9 the optimal graphs are K_4 + K_5 with up to 4 additional node-disjoint edges.
For a list of related sequences, see cross-references in
A342211.
A049367
Number of triangle-free planar graphs with n nodes.
Original entry on oeis.org
1, 2, 3, 7, 14, 37, 102, 367, 1532, 8091, 50775, 372417, 3045985, 26989204, 252934543
Offset: 1
- F. Hüffner, tinygraph, software for generating integer sequences based on graph properties, version 9766535.
a(12)-a(15) added using tinygraph by
Falk Hüffner, May 09 2019
A292528
Minimal number of vertices in a triangle-free graph with chromatic number n.
Original entry on oeis.org
1, 2, 5, 11, 22
Offset: 1
The unique graph for a(1) = 1 is a lone vertex.
The unique graph for a(2) = 2 is two vertices connected by an edge.
The unique graph for a(3) = 5 is the cycle graph C_5 (the pentagon).
The unique graph for a(4) = 11 is the Grötzsch graph.
There are 80 graphs for a(5) = 22, see Jensen & Royle reference and the Royle link.
- F. Harary, Graph Theory, Addison-Wesley, Reading, Mass. (1969), p. 149.
- V. Chvátal, The minimality of the Mycielski graph, Graphs and combinatorics (Proc. Capital Conf., George Washington Univ., Washington, D.C., 1973), Ed. by R. A. Bari and F. Harary, pp. 243-246. Lecture Notes in Mathematics 406, Springer, Berlin, 1974.
- Jan Goedgebeur, On minimal triangle-free 6-chromatic graphs (2017)
- House of Graphs, Triangle-free k-chromatic graphs
- T. Jensen and G. F. Royle, Small graphs with chromatic number 5, A computer search, Journal of Graph Theory 19 (1995), pp. 107-116.
- J. Mycielski, Sur le coloriage des graphes, Colloq. Math. 3 (1955), pp. 161-162.
- Gordon Royle, Smallest triangle-free graph with chromatic number 5 (2018)
Comments