OFFSET
0,7
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.: exp((y-1)*x)*f(x) where f(x) is the e.g.f. for A135922.
EXAMPLE
Triangle T(n,k) begins:
1;
0, 1;
1, 0, 1;
2, 3, 0, 1;
11, 8, 6, 0, 1;
72, 55, 20, 10, 0, 1;
...
MATHEMATICA
nn = 10; g[x_] :=Total[Table[Sum[QBinomial[n, k, 2] x^n/n!, {k, 0, n}], {n, 0, nn}]]; Table[(Range[0, nn]! CoefficientList[Series[Exp[y x] Exp[-x] g[x] Exp[-x], {x, 0, nn}], {x, y}])[[i, 1 ;; i]], {i, 1, nn + 1}] // Grid
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Geoffrey Critzer, May 04 2025
STATUS
approved
