cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A038050 Number of labeled rooted trees with 3-colored leaves.

This page as a plain text file.
%I A038050 #15 Dec 19 2015 09:54:51
%S A038050 3,6,45,504,7785,153468,3681909,104126256,3392064945,125089571700,
%T A038050 5151335388309,234322765501608,11668410187187481,631335472193760012,
%U A038050 36881146426978035765,2313552152470193124192,155107536736245864549345
%N A038050 Number of labeled rooted trees with 3-colored leaves.
%D A038050 F. Bergeron, G. Labelle and P. Leroux, Combinatorial Species and Tree-Like Structures, Cambridge, 1998, p. 185 (3.1.83)
%H A038050 <a href="/index/Ro#rooted">Index entries for sequences related to rooted trees</a>
%H A038050 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%F A038050 Divides by n and shifts left under exponential transform.
%F A038050 E.g.f.: 2*x - LambertW(-x*exp(2*x)). - _Vladeta Jovovic_, Mar 09 2003
%F A038050 a(n) = Sum_{k=0..n} (binomial(n, k)*2^k*(n-k)^(n-1)).
%F A038050 a(n) ~ sqrt(1+LambertW(2*exp(-1))) * (2*exp(-1)/LambertW(2*exp(-1)))^n * n^(n-1). - _Vaclav Kotesovec_, Oct 05 2013
%t A038050 Rest[CoefficientList[Series[2*x-LambertW[-x*E^(2*x)], {x, 0, 20}], x]* Range[0, 20]!] (* _Vaclav Kotesovec_, Oct 05 2013 *)
%Y A038050 Cf. A000169, A029857.
%Y A038050 Cf. A038049.
%K A038050 nonn,eigen
%O A038050 1,1
%A A038050 _Christian G. Bower_, Jan 04 1999