login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A032035 Number of increasing rooted 2,3 cacti (triangular cacti with bridges) with n-1 nodes. 1
1, 1, 1, 3, 13, 77, 573, 5143, 54025, 650121, 8817001, 133049339, 2210979381, 40118485237, 789221836741, 16730904387183, 380227386482641, 9221550336940241, 237724953543108753, 6491255423787076915 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,4

COMMENTS

Also increasing involution rooted trees with n-1 nodes.

LINKS

Table of n, a(n) for n=1..20.

C. G. Bower, Transforms (2)

Index entries for sequences related to cacti

Index entries for sequences related to rooted trees

FORMULA

E.g.f. of a(n+1) satisfies A'(x) = exp(A(x)+A(x)^2/2)

E.g.f. satisfies A''(x) = 1/(1-A(x)).

Shifts left 2 places under "AIJ" (ordered, indistinct, labeled) transform.

MAPLE

A:= proc(n) option remember; if n=0 then x else convert (series (Int (exp (A(n-1)+ A(n-1)^2/2), x), x=0, n+1), polynom) fi end; a:= n-> if n=1 then 1 else coeff (A(n-1), x, n-1)*(n-1)! fi: seq (a(n), n=1..20); [From Alois P. Heinz, Aug 22 2008]

CROSSREFS

Cf. A001147, A091481.

Sequence in context: A189239 A074530 A159662 * A127127 A043301 A141762

Adjacent sequences:  A032032 A032033 A032034 * A032036 A032037 A032038

KEYWORD

nonn,eigen

AUTHOR

Christian G. Bower, Apr 01, 1998

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 08:42 EDT 2013. Contains 225514 sequences.