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.

This page as a plain text file.
%I A200142 #30 Aug 03 2014 14:01:36
%S A200142 3,30,315,3780,51975,810810,14189175,275675400,5892561675,
%T A200142 137493105750,3478575575475,94870242967500,2774954606799375,
%U A200142 86663966950811250,2878481759437659375,101322557932205610000,3767932623103896121875,147614301587482048068750
%N A200142 Number of near-matchings on the complete graph over 2n+1 vertices.
%C A200142 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.
%F A200142 a(n) = (2n+1)! / (2^n (n-1)!)
%t A200142 Table[(2*n + 1)!/(2^n (n - 1)!), {n, 30}] (* _T. D. Noe_, Nov 15 2011 *)
%Y A200142 Cf. A001147.
%K A200142 nonn
%O A200142 1,1
%A A200142 _Ivo Vigan_, Nov 14 2011