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.

A091487 Number of unlabeled 2,3 cacti (triangular cacti with bridges).

This page as a plain text file.
%I A091487 #22 Aug 30 2018 18:56:01
%S A091487 1,1,2,3,7,16,41,106,304,880,2674,8284,26347,85076,279324,928043,
%T A091487 3118915,10580145,36199094,124774041,432990333,1511628113,5306305978,
%U A091487 18719781786,66342222729,236100395649,843490024052,3024220006717,10878908844745,39255047915513
%N A091487 Number of unlabeled 2,3 cacti (triangular cacti with bridges).
%H A091487 Alois P. Heinz, <a href="/A091487/b091487.txt">Table of n, a(n) for n = 1..1000</a>
%H A091487 Maryam Bahrani and Jérémie Lumbroso, <a href="http://arxiv.org/abs/1608.01465">Enumerations, Forbidden Subgraph Characterizations, and the Split-Decomposition</a>, arXiv:1608.01465 [math.CO], 2016.
%H A091487 <a href="/index/Ca#cacti">Index entries for sequences related to cacti</a>
%F A091487 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.
%o A091487 (PARI) EulerT(v)={Vec(exp(x*Ser(dirmul(v,vector(#v,n,1/n))))-1, -#v)}
%o A091487 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}
%o A091487 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
%Y A091487 Cf. A091486, A091489.
%K A091487 nonn
%O A091487 1,3
%A A091487 _Christian G. Bower_, Jan 14 2004