A352667 Maximum number of induced copies of the paw graph in an n-node graph.
0, 0, 0, 1, 4, 9, 18, 36, 60, 97, 152, 224
Offset: 1
Examples
All extremal graphs (i.e., n-node graphs having a(n) induced paw graphs) for 4 <= n <= 12 are listed below. Here, KK(j_1, j_2; k_1, k_2) denotes the complement of the disjoint union of K_{j_1, j_2} and K_{k_1, k_2}. n = 4: KK(0,1;1,2) (the paw graph); n = 5: KK(0,1;2,2) (the butterfly graph); n = 6: KK(0,1;2,3); n = 7: KK(0,1;3,3), KK(0,2;2,3), and KK(1,1;2,3); n = 8: KK(0,2;3,3) and KK(1,1; 3,3); n = 9: KK(0,2;3,4), KK(1,1;3,4), and KK(1,2;3,3); n = 10: KK(1,2;3,4); n = 11: KK(1,2;4,4); n = 12: KK(2,2;4,4).
Links
- James Hirst, The inducibility of graphs on four vertices, Journal of Graph Theory 75 (2014), 231-243.
- Falk Hüffner, tinygraph, software for generating integer sequences based on graph properties, version 43e7869.
Crossrefs
Extensions
a(10)-a(12) added using tinygraph by Falk Hüffner, Apr 05 2022
Comments