A045310 Number of matchings in n-cube.
1, 2, 7, 108, 41025, 13803794944, 7174574164703330195841
Offset: 0
Examples
From _Max Alekseyev_, Nov 16 2009: (Start) E.g., for n=2, we have 1 matching of size 0 (i.e., the empty matching) 4 matchings of size 1 (i.e., an edge) 2 matchings of size 2 (that are the perfect matchings). So a(2) = 1 + 4 + 2 = 7, whereas A005271(2) = 2. (End)
Links
- Per Hakan Lundow, Computation of matching polynomials and the number of 1-factors in polygraphs, Research report, No 12, 1996, Department of Math., Umea University, Sweden.
- Per Hakan Lundow, Enumeration of matchings in polygraphs, 1998.
- Per Hakan Lundow, GrafPack (Mathematica package).
- Hugo van der Sanden, find2: Proof of concept in perl
- Hugo van der Sanden, find2c.c: Fast version in C.
- Eric Weisstein's World of Mathematics, Hypercube Graph
- Eric Weisstein's World of Mathematics, Independent Edge Set
- Eric Weisstein's World of Mathematics, Matching
Crossrefs
Programs
-
C
/* See Links section. */
-
Perl
# See Links section.
Comments