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!)
A091488 Number of asymmetric rooted 2,3 cacti (triangular cacti with bridges). 3
1, 1, 1, 3, 6, 16, 42, 115, 319, 909, 2614, 7622, 22422, 66556, 198946, 598617, 1811205, 5508015, 16825307, 51605568, 158860950, 490666293, 1520106655, 4722502437, 14708971581, 45921804883, 143682973435, 450477673623 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Also asymmetric involution rooted trees.
LINKS
N. J. A. Sloane, Transforms
FORMULA
Shifts left under transform T where Ta = WEIGH(W_1, 2(a)). W_1, 2(a) has g.f. A(x)+(A(x^2)-A(x)^2)/2.
PROG
(PARI) WeighT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, (-1)^(n-1)/n))))-1, -#v)}
seq(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))))); Vec(p)} \\ Andrew Howroyd, Aug 30 2018
CROSSREFS
Sequence in context: A027102 A218207 A019497 * A202839 A371705 A007561
KEYWORD
nonn,eigen
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 August 17 00:41 EDT 2024. Contains 375198 sequences. (Running on oeis4.)