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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035351 Number of labeled rooted polygonal cacti with bridges (mixed Husimi trees) with n nodes. 1
1, 2, 12, 124, 1810, 34056, 783874, 21331136, 669902076, 23845794400, 948733833256, 41721533664768, 2009539243299328, 105209055401980544, 5948937678563109000, 361296961279074942976, 23456120142707873968336 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Index entries for sequences related to cacti

Index entries for sequences related to rooted trees

Index entries for sequences related to trees

FORMULA

E.g.f. satisfies A(x)=x*exp((2*A(x)-A(x)^2)/(2-2*A(x))).

MAPLE

A:= proc(n) option remember; if n<=0 then x else x* exp ((2*A(n-1) -A(n-1)^2)/ (2-2*A(n-1))) fi end: a:= n-> coeff (series (A(n-1), x=0, n+1), x, n)*n!: seq (a(n), n=1..18); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 20 2008]

CROSSREFS

Cf. A000083, A000237, A000314, A035082, A035349-A035357.

Sequence in context: A013469 A039933 A173219 * A201470 A003712 A143136

Adjacent sequences:  A035348 A035349 A035350 * A035352 A035353 A035354

KEYWORD

nonn,eigen

AUTHOR

Christian G. Bower (bowerc(AT)usa.net), Nov 15 1998.

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 20 2008

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 February 14 13:08 EST 2012. Contains 205623 sequences.