The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A281269 Triangle read by rows: T(n,k) is the number of edge covers of the complete labeled graph on n nodes that are minimal and have exactly k edges, n>=2, 1<=k<=n-1. 0
1, 0, 3, 0, 3, 4, 0, 0, 30, 5, 0, 0, 15, 150, 6, 0, 0, 0, 315, 525, 7, 0, 0, 0, 105, 3360, 1568, 8, 0, 0, 0, 0, 3780, 24570, 4284, 9, 0, 0, 0, 0, 945, 69300, 142380, 11070, 10, 0, 0, 0, 0, 0, 51975, 866250, 713790, 27555, 11, 0, 0, 0, 0, 0, 10395, 1455300, 8399160, 3250500, 66792, 12 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
2,3
COMMENTS
A minimal edge cover is an edge cover such that the removal of any edge in the cover destroys the covering property.
LINKS
Eric Weisstein's World of Mathematics, Complete Graph
Eric Weisstein's World of Mathematics, Edge Cover
Eric Weisstein's World of Mathematics, Edge Cover Polynomial
FORMULA
E.g.f.: exp(y*x^2/2) * Sum_{j>=0} (y*x)^j/j! * Sum_{k=0..floor(j/2)} A008299(j,k)*x^k.
EXAMPLE
1;
0, 3;
0, 3, 4;
0, 0, 30, 5;
0, 0, 15, 150, 6;
0, 0, 0, 315, 525, 7;
0, 0, 0, 105, 3360, 1568, 8;
0, 0, 0, 0, 3780, 24570, 4284, 9;
0, 0, 0, 0, 945, 69300, 142380, 11070, 10;
MATHEMATICA
nn = 12; list = Range[0, nn]! CoefficientList[Series[Exp[z (Exp[x] - x - 1)], {x, 0, nn}], x]; Table[Map[Drop[#, 1] &,
Drop[Range[0, nn]! CoefficientList[Series[Exp[u z^2/2!] Sum[(u z)^j/j!*list[[j + 1]], {j, 0, nn}], {z, 0, nn}], {z, u}], 2]][[n, 1 ;; n]], {n, 1, nn - 1}] // Grid
CROSSREFS
Row sums give A053530.
First positive term in each even row is A001147.
First positive term in each odd row is A200142.
Sequence in context: A278923 A210485 A111815 * A210877 A127753 A197736
KEYWORD
nonn,tabl
AUTHOR
Geoffrey Critzer, Apr 25 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)