OFFSET
0,3
LINKS
Richard Stanley, Descent sets and inverse descent sets of a permutation, MathOverflow, 2025.
EXAMPLE
For n=3 there are the six pairs (empty,empty), (1,1), (1,2), (2,1), (2,2), (12,12).
PROG
(Sage) def a380394(n): return len({ (tuple(p.descents()), tuple(p.idescents())) for p in Permutations(n) }) # Max Alekseyev, Jan 24 2025
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Richard Stanley, Jan 23 2025
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Jan 25 2025
a(11)-a(13) from Max Alekseyev, Jan 28 2025
STATUS
approved