OFFSET
1,3
LINKS
C. Banderier, J.-M. Le Bars and V. Ravelomanana, Generating functions for kernels of digraphs, arXiv:math/0411138 [math.CO], 2004.
FORMULA
a(n) ~ 2^(n-1) * n^(n-2) * (1 - LambertW(1/2)) / (1 + LambertW(1/2)). - Vaclav Kotesovec, Feb 24 2019
MATHEMATICA
(* Note: Mathematica's ProductLog is the Lambert W function. *)
a[n_] := SeriesCoefficient[-ProductLog[-ProductLog[-2x]/2]/n - ProductLog[-2x] (ProductLog[-2x] + 2)/4, {x, 0, n}] n!;
Array[a, 17] (* Jean-François Alcover, Feb 24 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Ralf Stephan, Aug 17 2004
STATUS
approved