Eric Weisstein's World of Mathematics, <a href="httphttps://mathworld.wolfram.com/CocktailPartyGraph.html">Cocktail Party Graph</a>
Eric Weisstein's World of Mathematics, <a href="httphttps://mathworld.wolfram.com/EdgeCover.html">Edge Cover</a>
Eric Weisstein's World of Mathematics, <a href="httphttps://mathworld.wolfram.com/CocktailPartyGraph.html">Cocktail Party Graph</a>
Eric Weisstein's World of Mathematics, <a href="httphttps://mathworld.wolfram.com/EdgeCover.html">Edge Cover</a>
reviewed
approved
proposed
reviewed
editing
proposed
a[n_] := Sum[(-1)^(i + j)*Binomial[n, i]*Binomial[2*(n - i), j] * 2^(Binomial[2*n - j, 2] - i), {i, 0, n}, {j, 0, 2*(n - i)}];
Array[a, 10] (* Jean-François Alcover, Dec 27 2017, after Andrew Howroyd *)
approved
editing
proposed
approved
editing
proposed
0, 7, 2902, 14872877, 1057937802444, 1139547636041211251, 19276901022645375031039586, 5187230738913145148610293591969497, 22294621657566842766129181417308087584893464, 1532378628985463601567919431617165851656712130496565087
Andrew Howroyd, <a href="/A297029/b297029.txt">Table of n, a(n) for n = 1..25</a>
a(n) = Sum_{i=0..n} Sum_{j=0, 2*(n-i)} (-1)^(i+j)*binomial(n, i)*binomial(2*(n-i), j)*2^(binomial(2*n-j, 2)-i). - Andrew Howroyd, Dec 27 2017
(PARI) a(n)={sum(i=0, n, sum(j=0, 2*(n-i), (-1)^(i+j)*binomial(n, i)*binomial(2*(n-i), j)*2^(binomial(2*n-j, 2)-i)))} \\ Andrew Howroyd, Dec 27 2017
nonn,more,new
Terms a(5) and beyond from Andrew Howroyd, Dec 27 2017
approved
editing
proposed
approved
editing
proposed