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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A000949 Number of forests with n nodes and height at most 2.
(Formerly M3021 N1223)
11
1, 1, 3, 16, 101, 756, 6607, 65794, 733833, 9046648, 121961051, 1782690174, 28055070397, 472594822324, 8479144213191, 161340195463066, 3243707386310033, 68679247688467056, 1526976223741111987, 35557878951515668726, 865217354118762606021, 21952682834849990904556 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

J. Riordan, Forests of labeled trees, J. Combin. Theory, 5 (1968), 90-103.

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).

FORMULA

E.g.f.: exp(x*exp(x*exp(x))).

a(n)=n!*sum(m=1..n-1, sum(k=1..n-m, (k^(n-m-k)*m^k)/(k!*(n-m-k)!))/m!)+1; [From Vladimir Kruchinin, May 28 2011]

PROG

(Maxima)

a(n):=n!*sum(sum((k^(n-m-k)*m^k)/(k!*(n-m-k)!), k, 1, n-m)/m!, m, 1, n-1)+1; [From Vladimir Kruchinin, May 28 2011]

(Pari) x='x+O('x^66); /* that many terms */

Vec(serlaplace(exp(x*exp(x*exp(x))))) /* show terms, with a(0)=1 */ /* Joerg Arndt, May 28 2011 */

CROSSREFS

Cf. A000248, A000950, A000951, A052512-A052514.

Sequence in context: A137572 A009151 A009007 * A091637 A074542 A105622

Adjacent sequences:  A000946 A000947 A000948 * A000950 A000951 A000952

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 07 2001

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 12 18:02 EST 2012. Contains 205432 sequences.