OFFSET
4,1
LINKS
Alois P. Heinz, Table of n, a(n) for n = 4..150
FORMULA
E.g.f.: T^4/4 where T = T(x) is Euler's tree function (see A000169).
a(n) = (n-1)*(n-2)*(n-3)*n^(n-4). - Vaclav Kotesovec, Oct 05 2013
EXAMPLE
a(4) = 6 : 3 [choices of 1's opposite in cycle] * 2 [choices of 1's image]
MATHEMATICA
Rest[Rest[Rest[Rest[CoefficientList[Series[(LambertW[-x])^4/4, {x, 0, 20}], x]* Range[0, 20]!]]]] (* Vaclav Kotesovec, Oct 05 2013 *)
Table[(n-1)(n-2)(n-3)n^(n-4), {n, 4, 20}] (* Harvey P. Dale, Dec 04 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Len Smiley, Nov 27 2001
STATUS
approved