login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091489 Number of asymmetric 2,3 cacti (triangular cacti with bridges). 3
1, 0, 0, 0, 0, 1, 3, 7, 21, 57, 159, 435, 1217, 3400, 9633, 27413, 78733, 227489, 661984, 1937211, 5701733, 16865522, 50126650, 149627241, 448448400, 1349060262, 4072508115, 12333762442, 37466367898, 114133581762 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
FORMULA
G.f.: A(x) = B(x)-B(x)^2/2-B(x^2)/2+B(x^3)/3-B(x)^3/3 where B is g.f. of A091488
PROG
(PARI) WeighT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, (-1)^(n-1)/n))))-1, -#v)}
b(n)={my(p=O(x)); for(n=1, n, p=x+x^2*(Ser(WeighT(Vec(p + (p^2 - subst(p, x, x^2))/2))))); p}
seq(n)={my(p=b(n)); Vec(p - p^2/2 - p^3/3 - subst(p, x, x^2)/2 + subst(p, x, x^3)/3)} \\ Andrew Howroyd, Aug 30 2018
CROSSREFS
Sequence in context: A307251 A320803 A262184 * A104779 A178718 A244897
KEYWORD
nonn
AUTHOR
Christian G. Bower, Jan 14 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)