OFFSET
0,4
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..60
Eric Weisstein's World of Mathematics, Crown Graph.
Eric Weisstein's World of Mathematics, Minimal Edge Cover.
PROG
(PARI) \\ by inclusion-exclusion.
B(n, k)={ my(xe=exp(x+O(x*x^n)), ye=exp(y+O(y*y^n))); n!^2*polcoef(polcoef((xe+ye-1)^k*exp(x*ye + y*xe - (x+y+x*y)), n), n)}
a(n) = {sum(k=0, n, binomial(n, k)*B(n-k, k)*(-1)^k)} \\ Andrew Howroyd, May 29 2025
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Aug 09 2017
EXTENSIONS
a(6)-a(8) from Giovanni Resta, Aug 10 2017
a(1)-a(2) inserted by Eric W. Weisstein, Feb 14 2022
a(0)=1 prepended and a(9) onwards from Andrew Howroyd, May 29 2025
STATUS
approved
