A336072
Number of inversion sequences avoiding the vincular pattern 2-01 (or 2-10).
Original entry on oeis.org
1, 2, 6, 24, 118, 680, 4460, 32634, 262536, 2296532
Offset: 1
A293499
Number of unlabeled hereditary semiorders on n points.
Original entry on oeis.org
1, 2, 5, 14, 42, 132, 428, 1415, 4730, 15901, 53593, 180809, 610157, 2058962, 6947145, 23437854, 79067006, 266717300, 899693960, 3034814143, 10236853534, 34530252629, 116475001757, 392885252033
Offset: 1
- M. T. Keller and S. J. Young, Hereditary semiorders and enumeration of semiorders by dimension. Preprint (2017).
- M. Bousquet-Mélou, A. Claesson, M. Dukes, and S. Kitaev, (2+2)-free posets, ascent sequences and pattern avoiding permutations, J. Combin. Theory Ser. A 117, 7 (2010), 884-909.
- Mitchel T. Keller, Stephen J. Young, Hereditary Semiorders and Enumeration of Semiorders by Dimension, arXiv:1801.00501 [math.CO], (2018)
- Index entries for linear recurrences with constant coefficients, signature (8,-23,29,-14,1).
-
CoefficientList[ Series[(-1 +6x -12x^2 +9x^3 -x^4)/(-1 +8x -23x^2 +29x^3 -14x^4 +x^5), {x, 0, 26}], x] (* or *)
LinearRecurrence[{8, -23, 29, -14, 1}, {1, 2, 5, 14, 42}, 27] (* Robert G. Wilson v, Jan 07 2018 *)
A368636
Number of modified ascent sequences of length n avoiding the pattern 221.
Original entry on oeis.org
1, 1, 2, 5, 14, 44, 155, 607, 2617, 12306, 62587, 341790, 1991916, 12324031, 80587935, 554826429, 4008364544, 30299290911, 239019427636, 1963239741712, 16755637216417, 148317595764043, 1359380603278377, 12880841117125364, 126007744452786277, 1270998629233371388
Offset: 0
The shortest modified ascent sequence that contains 221 is 1221.
Cf.
A022493 (all modified ascents).
-
a[0]=1; a[n_]:=Sum[Sum[StirlingS2[k-1,i-1] Binomial[n-1-k+i,i-1],{i,k}],{k,n}]; Array[a,26,0] (* Stefano Spezia, Jan 20 2024 *)
Comments