OFFSET
0,3
COMMENTS
An element x of {1,2,...,n} is a recurrent element if there exists a positive integer k such that (f^k)(x) = x where f^k is the k-th iteration of functional composition.
The functional digraphs are composed of cycles of rooted trees with every non-root vertex of degree 1 or 2. Cf. A006152.
FORMULA
E.g.f.: 1/(1-A(x)) where A(x) is the e.g.f. for A006152.
MATHEMATICA
nn=20; a=x Exp[x/(1-x)]; Range[0, nn]! CoefficientList[Series[1/(1-a), {x, 0, nn}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, May 21 2012
STATUS
approved