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.

Showing 1-1 of 1 results.

A351589 Number of minimal edge covers in the n-cocktail party graph.

Original entry on oeis.org

0, 2, 74, 2228, 100494, 6014932, 453143662, 41921209920, 4639656895118, 603202689990836, 90714189165482310, 15583340701180474312, 3025677781064563172326, 658038493760685537784572, 159065982382639942877853134, 42449055613405195868802686816
Offset: 1

Views

Author

Eric W. Weisstein, Feb 14 2022

Keywords

Crossrefs

Programs

  • PARI
    a(n)={my(x=x+O(x^(2*n+1)), p=exp(-x - x^2/2 + x*exp(x)), q=2*exp(x) - 1); sum(k=0, n, (-1)^(n-k)*binomial(n,k)*(2*k)!*polcoef(q^(n-k)*p, 2*k))} \\ Andrew Howroyd, Feb 21 2022

Formula

a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(n,k) * (2*k)! * [x^(2*k)] B(n-k,x), where B(k,x) = (2*exp(x) - 1)^k * exp(-x - x^2/2 + x*exp(x)). - Andrew Howroyd, Feb 21 2022

Extensions

Terms a(5) and beyond from Andrew Howroyd, Feb 21 2022
Showing 1-1 of 1 results.