OFFSET
3,1
COMMENTS
Comment from Christian G. Bower: Labeled graphs where every node has outdegree 1, one node has indegree 0, one node has indegree 2, all other nodes have indegree 1 and there are no loops of length 1.
FORMULA
a(n) = n * ( (n-2)*a(n-1) + (n-1)*a(n-2) ) / (n-3).
E.g.f.: x^3 / ((1-x)^3 * e^x).
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
STATUS
approved