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!)
A091487 Number of unlabeled 2,3 cacti (triangular cacti with bridges). 7
1, 1, 2, 3, 7, 16, 41, 106, 304, 880, 2674, 8284, 26347, 85076, 279324, 928043, 3118915, 10580145, 36199094, 124774041, 432990333, 1511628113, 5306305978, 18719781786, 66342222729, 236100395649, 843490024052, 3024220006717, 10878908844745, 39255047915513 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Maryam Bahrani and Jérémie Lumbroso, Enumerations, Forbidden Subgraph Characterizations, and the Split-Decomposition, arXiv:1608.01465 [math.CO], 2016.
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 A091486.
PROG
(PARI) EulerT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, 1/n))))-1, -#v)}
b(n)={my(p=O(x)); for(n=1, n, p=x+x^2*(Ser(EulerT(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: A114582 A352816 A107387 * A247332 A162092 A143884
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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)