OFFSET
0,8
COMMENTS
For precise definition see the links: David Bevan and others (2023) or D.E. Knuth (1997).
LINKS
David Bevan, Gi-Sang Cheon, and Sergey Kitaev, On naturally labelled posets and permutations avoiding 12-34, arXiv:2311.08023 [math.CO], 2023.
D. E. Knuth, Letter to Daniel Ullman and others, Apr 29 1997 [Annotated scanned copy, with permission].
FORMULA
E.g.f.: f(x)^y where f(x) is the e.g.f. for A135922.
EXAMPLE
Triangle begins:
1;
0, 1;
0, 1, 1;
0, 2, 3, 1;
0, 8, 11, 6, 1;
0, 52, 60, 35, 10, 1;
0, 502, 472, 255, 85, 15, 1;
...
MATHEMATICA
nn = 8; Prepend[Table[(Range[0, nn]! CoefficientList[Series[(Exp[-x] g[x])^y, {x, 0, nn}], {x, y}])[[i, 1 ;; i]], {i, 2, nn + 1}], {1}] // Grid
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Geoffrey Critzer, May 04 2025
STATUS
approved
