login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A000950 Number of forests with n nodes and height at most 3.
(Formerly M3025 N1225)
4

%I M3025 N1225 #18 Apr 01 2017 00:09:11

%S 1,3,16,125,1176,12847,160504,2261289,35464816,612419291,11539360944,

%T 235469524237,5170808565976,121535533284999,3043254281853496,

%U 80852247370051793,2270951670959226336,67221368736302224819,2091039845329887687136

%N Number of forests with n nodes and height at most 3.

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

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

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

%H T. D. Noe, <a href="/A000950/b000950.txt">Table of n, a(n) for n = 1..100</a>

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

%t nn = 20; Range[0, nn]! CoefficientList[Series[Exp[x*Exp[x*Exp[x*Exp[x]]]], {x, 0, nn}], x] (* _T. D. Noe_, Jun 21 2012 *)

%Y Cf. A000248, A000949-A000951, A052512-A052514.

%Y Column k=3 of A210725. - _Alois P. Heinz_, Mar 15 2013

%K nonn

%O 1,2

%A _N. J. A. Sloane_

%E More terms from _Vladeta Jovovic_, Apr 07 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 29 20:30 EDT 2024. Contains 372114 sequences. (Running on oeis4.)