cp's OEIS Frontend

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.

A005271 Number of perfect matchings in n-cube.

Original entry on oeis.org

1, 2, 9, 272, 589185, 16332454526976, 391689748492473664721077609089
Offset: 1

Views

Author

Keywords

Comments

The matchings contain 2^n / 2 = 2^(n-1) edges.
a(6) was first found by D. H. Wiedemann, unpublished (see Clark et al., Skupien).
Also the number of minimum edge covers and minimum clique coverings in the n-hypercube graph. - Eric W. Weisstein, Dec 24 2017

Examples

			G.f. = x + 2*x^2 + 9*x^3 + 272*x^4 + 589185*x^5 + 16332454526976*x^6 + ...
		

References

  • L. H. Clark, J. C. George and T. D. Porter, On the number of 1-factors in the n-cube, Congress. Numer., 127 (1997), 67-69.
  • J. Propp, Enumeration of matchings: problems and progress, pp. 255-291 in L. J. Billera et al., eds, New Perspectives in Algebraic Combinatorics, Cambridge, 1999 (see Problem 18).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

For all matchings see A045310.

Extensions

a(6) from Per H. Lundow, Jul 15 1996
a(7) from N. J. A. Sloane, Jan 01 2013