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-3 of 3 results.

A351588 Number of minimal edge covers in the n-path complement graph.

Original entry on oeis.org

0, 0, 0, 1, 7, 34, 174, 1079, 7055, 48796, 366180, 2928387, 24726556, 220572828, 2071469527, 20393131971, 209934610376, 2254860549906, 25210893460938, 292826210789807, 3527105947667676, 43985152403166462, 567048383126842506, 7546842245268945427, 103560659196050026908
Offset: 1

Views

Author

Eric W. Weisstein, Feb 14 2022

Keywords

Crossrefs

Programs

  • PARI
    a(n)={sum(i=0, n\2, sum(j=0, (n-2*i)\3, my(r=n-2*i-3*j, g=exp(x + O(x*x^r))); (-1)^i*binomial(i+j,i)*binomial(n-i-2*j,i+j)*(r)!*polcoef((2*g-1)^i*exp(j*x -x - x^2/2 + x*g), r)))} \\ Andrew Howroyd, Jun 14 2025

Formula

a(n) = Sum_{i=0..floor(n/2)} Sum{j=0..floor((n-2*i)/3)} (-1)^i * binomial(i+j,i) * binomial(n-i-2*j,i+j) * (n-2*i-3*j)! * [x^(n-2*i-3*j)] ((2*exp(x)-1)^i * exp(x)^j * exp(-x - x^2/2 + x*exp(x))). - Andrew Howroyd, Jun 14 2025

Extensions

a(9)-a(12) from Andrew Howroyd, Feb 21 2022
a(13) onwards from Andrew Howroyd, Jun 14 2025

A356212 Number of edge covers in the n-cycle complement graph bar C_n.

Original entry on oeis.org

0, 1, 11, 263, 10965, 828185, 117206551, 31833062131, 16861895760945, 17600261657295445, 36430086149957824355, 150088723046184226003199, 1233420904097181936354336237, 20242863089169097481278428598961, 663925026643212111959892436105140751, 43532228537929216561827941013608880940843
Offset: 3

Views

Author

Eric W. Weisstein, Jul 29 2022

Keywords

Crossrefs

Extensions

a(10) onwards from Andrew Howroyd, Dec 12 2024

A378862 Number of minimum edge covers in the n-cycle complement graph.

Original entry on oeis.org

0, 1, 5, 4, 70, 31, 972, 293, 14476, 3326, 237575, 44189, 4305960, 673471, 85836485, 11588884, 1871150248, 222304897
Offset: 3

Views

Author

Eric W. Weisstein, Dec 09 2024

Keywords

Comments

For even n, the minimum edge covers are perfect matchings. - Andrew Howroyd, Dec 10 2024

Crossrefs

Formula

a(2*n) = A003436(n). - Andrew Howroyd, Dec 10 2024
a(2*n+1) = (n-1)*(2*n+1)*A278990(n). - Detlef Meya, Dec 12 2024

Extensions

a(10)-a(20) from Andrew Howroyd, Dec 10 2024
Showing 1-3 of 3 results.