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!)
A218691 Number of ways to paint some (possibly none or all) of the trees over all forests on n labeled nodes. 1
1, 2, 6, 26, 156, 1242, 12616, 158034, 2372880, 41725106, 843126624, 19277549898, 492447987136, 13907344659210, 430397513894016, 14487404695687298, 527023721684738304, 20605894357093102434, 861761850029367846400, 38387125875316048363386, 1814541564588778500135936 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: exp(T(x) - T(x)^2/2)^2 where T(x) is e.g.f. for A000169.
a(n) = Sum_{m=1..n} A105599(n,m)*2^m.
a(n) ~ 2*n^(n-2)*exp(1). - Vaclav Kotesovec, Aug 16 2013
MAPLE
T:= -LambertW(-x):
egf:= exp(T-T^2/2)^2:
a:= n-> n! * coeff(series(egf, x, n+1), x, n):
seq(a(n), n=0..30); # Alois P. Heinz, Nov 04 2012
MATHEMATICA
nn=20; t=Sum[n^(n-1)x^n/n!, {n, 1, nn}]; Range[0, nn]!CoefficientList[ Series[Exp[(t-t^2/2)]^2, {x, 0, nn}], x]
CROSSREFS
Cf. A101313.
Sequence in context: A355206 A242574 A123306 * A099758 A099760 A112934
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Nov 04 2012
STATUS
approved

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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)