A339892 Maximum number of fundamentally different graceful labelings for a simple graph of n nodes without isolated vertices.
1, 1, 5, 26, 126, 680, 3778
Offset: 2
Examples
For n=4 the "paw" graph has a(4)=5 fundamentally different labelings, namely with edges 0-4,0-3,0-2,2-3 or 0-4,0-3,0-2,3-4 or 0-4,0-3,1-3,0-1 or 0-4,0-3,1-3,3-4 or 0-4,0-3,2-4,3-4. The other six graphs with four vertices are either ungraceful (2K_1) or uniquely graceful (K_1,3, K_4, C_4, P_4) or have fewer than 5 (K_1,1,2 has 4). For n=5 the "dart" has a(5)=26 fundamentally different labelings.
References
- D. E. Knuth, The Art of Computer Programming, Section 7.2.2.3, in preparation.
Links
- Eric Weisstein's World of Mathematics, Graceful Labeling.
- Eric Weisstein's World of Mathematics, Maximally Graceful Graph.
Comments