OFFSET
0,3
COMMENTS
Also number of equivalence classes of S_n under transformations of positionally and numerically adjacent elements of the form abc <--> bac <--> cba where a < b < c.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..450
Anders Claesson, From Hertzsprung's problem to pattern-rewriting systems, University of Iceland (2020).
S. Linton, J. Propp, T. Roby, and J. West, Equivalence Classes of Permutations under Various Relations Generated by Constrained Transpositions, arXiv:1111.3920, 2011 [math.CO], J. Int. Seq. 15 (2012) #12.9.1
FORMULA
From Seiichi Manyama, Feb 21 2024: (Start)
G.f.: Sum_{k>=0} k! * ( x * (1-2*x^2) )^k.
a(n) = Sum_{k=0..floor(n/3)} (-2)^k * (n-2*k)! * binomial(n-2*k,k). (End)
EXAMPLE
From Alois P. Heinz, Jun 22 2012: (Start)
a(3) = 4: {123, 132, 321}, {213}, {231}, {312}.
a(4) = 16: {1234, 1243, 1324, 1432, 3214}, {1342}, {1423}, {2134}, {2143}, {2314}, {2341, 2431, 4123, 4132, 4321}, {2413}, {3124}, {3142}, {3241}, {3412}, {3421}, {4213}, {4231}, {4312}.
a(5) = 84: {12345, 12354, 12435, 12543, 13245, 13254, 14325, 32145, 32154}, {12453}, ..., {53421}, {54213}, {54231}.
(End)
CROSSREFS
KEYWORD
nonn
AUTHOR
Tom Roby, Jun 21 2012
EXTENSIONS
a(9) from Alois P. Heinz, Jun 23 2012
a(10)-a(22) from Alois P. Heinz, Apr 14 2021
STATUS
approved