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.

A200142 Number of near-matchings on the complete graph over 2n+1 vertices.

Original entry on oeis.org

3, 30, 315, 3780, 51975, 810810, 14189175, 275675400, 5892561675, 137493105750, 3478575575475, 94870242967500, 2774954606799375, 86663966950811250, 2878481759437659375, 101322557932205610000, 3767932623103896121875, 147614301587482048068750
Offset: 1

Views

Author

Ivo Vigan, Nov 14 2011

Keywords

Comments

A near-matching on the complete graph over 2n+1 vertices is an edge cover such that all but two edges are pairwise non-adjacent. A001147 corresponds to the number of matchings in even sized complete graphs.

Crossrefs

Cf. A001147.

Programs

  • Mathematica
    Table[(2*n + 1)!/(2^n (n - 1)!), {n, 30}] (* T. D. Noe, Nov 15 2011 *)

Formula

a(n) = (2n+1)! / (2^n (n-1)!)