OFFSET
1,2
FORMULA
E.g.f.: 1/(1 - A(x,y)) where A(x,y) is the e.g.f. for A055302.
EXAMPLE
T(3,3) = 6 because we have: (1,2,3),(2,1,3),(3,2,1),(1,3,2),(2,3,1),(3,1,2). In these 6 functions represented as a word there are 3 (all) elements with zero nonrecurrent elements mapped to them.
1,
2, 2,
6, 15, 6,
24, 108, 100, 24,
120, 840, 1340, 705, 120,
720, 7200, 17400, 15150, 5466, 720
MATHEMATICA
nn=6; Map[Select[#, #>0&]&, Drop[Range[0, nn]!CoefficientList[Series[1/(1- (-x+x y-ProductLog[-Exp[x (-1+y)] x])), {x, 0, nn}], {x, y}], 1]]//Grid
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Geoffrey Critzer, Nov 10 2013
STATUS
approved