OFFSET
0,4
LINKS
Kassie Archer and Aaron Geary, Descents in powers of permutations, arXiv:2406.09369 [math.CO], 2024.
Index entries for linear recurrences with constant coefficients, signature (2,-1,2,-4,2,-1,2,-1).
FORMULA
a(n) = binomial(floor(n/3)+3,3) + binomial(floor((n-1)/3)+3,3) + binomial(floor((n-2)/3)+3,3) - n.
a(n) = 2*a(n-1) - a(n-2) + n/3 + 1 for n mod 3 = 0
a(n) = 2*a(n-1) - a(n-2) for n mod 3 <> 0.
a(n) ~ n^3/54. - Stefano Spezia, Apr 06 2025
G.f.: -(x^7-2*x^4+x-1)/((x^2+x+1)^2*(x-1)^4). - Alois P. Heinz, Apr 06 2025
EXAMPLE
For n = 4 there are 5 Grassmannian permutations whose cubes are the identity permutation: 1234, 3124, 1423, 2314, 1342, so a(4) = 5.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Aaron Geary, Apr 05 2025
STATUS
approved
