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.

A378431 Number of cyclic edge cuts in the n-barbell graph.

Original entry on oeis.org

1, 727, 580369, 943372583, 4393791394153, 73031427044945215, 4761040298703872985897, 1242974526675429334954640663, 1300665117895338817158343055376913, 5449895182361696580039591706226169477735, 91388720915969010273161845143264574586208701497
Offset: 3

Views

Author

Eric W. Weisstein, Nov 26 2024

Keywords

Crossrefs

Programs

  • PARI
    scs(p,q=p) = {serconvol(serlaplace(p),serlaplace(q))}
    seq(n)={my(g=sum(k=0,n,2^binomial(k,2)*x^k/k!, O(x*x^n)), t=sum(k=1,n,k^(k-2)*x^k/k!, O(x*x^n))); Vec( 4*scs(exp(t), g - (1+log(g)-t)*exp(t)) + 2*scs(g-exp(t)) - scs(intformal(exp(t)*deriv(log(g)-t))) )} \\ Andrew Howroyd, May 27 2025

Formula

a(n) = 4*A001858(n)*A378324(n) + 2*(A006125(n)-A001858(n))^2 - (Sum_{k=1..n} binomial(n-1,k-1)*(A001187(k)-A000272(k))*A001858(n-k))^2. - Andrew Howroyd, May 27 2025

Extensions

a(6) onwards from Andrew Howroyd, May 27 2025
Showing 1-1 of 1 results.