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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A000314 Number of mixed Husimi trees with n nodes; or labeled polygonal cacti with bridges.
(Formerly M3639 N1480)
12
1, 1, 1, 4, 31, 362, 5676, 111982, 2666392, 74433564, 2384579440, 86248530296, 3476794472064, 154579941792256, 7514932528712896, 396595845237540600 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

REFERENCES

G. W. Ford and G. E. Uhlenbeck, Combinatorial problems in the theory of graphs III, Proc. Nat. Acad. Sci. USA, 42 (1956), 529-535.

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Alois P. Heinz, Table of n, a(n) for n = 0..100

Index entries for sequences related to cacti

Index entries for sequences related to trees

FORMULA

A035351/n, n>0.

MAPLE

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

CROSSREFS

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

Sequence in context: A201628 A086677 A016036 * A128709 A138860 A198865

Adjacent sequences:  A000311 A000312 A000313 * A000315 A000316 A000317

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms and formula from Christian G. Bower (bowerc(AT)usa.net), Nov 15 1998

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 17 04:58 EST 2012. Contains 205985 sequences.