A377857 Number of subwords of the form UUUD in nondecreasing Dyck paths of length 2n.
0, 0, 0, 1, 5, 18, 60, 191, 589, 1775, 5257, 15360, 44394, 127171, 361595, 1021693, 2871245, 8031246, 22372344, 62096135, 171797257, 473928875, 1304007889, 3579517116, 9804791910, 26804181643, 73145473655, 199276078201, 542076556949, 1472491141770, 3994615719732
Offset: 0
Links
- E. Barcucci, A. Del Lungo, S. Fezzi, and R. Pinzani, Nondecreasing Dyck paths and q-Fibonacci numbers, Discrete Math., 170 (1997), 211-217.
- Éva Czabarka, Rigoberto Flórez, Leandro Junes and José L. Ramírez, Enumerations of peaks and valleys on non-decreasing Dyck paths, Discrete Math., Vol. 341, No. 10 (2018), pp. 2789-2807. See p. 2798.
- Rigoberto Flórez, Leandro Junes, Luisa M. Montoya, and José L. Ramírez, Counting Subwords in Non-Decreasing Dyck Paths, J. Int. Seq. (2025) Vol. 28, Art. No. 25.1.6. See pp. 15, 19.
- Rigoberto Flórez, Leandro Junes, and José L. Ramírez, Enumerating several aspects of non-decreasing Dyck paths, Discrete Mathematics, Vol. 342, Issue 11 (2019), 3079-3097. See page 3092.
- Index entries for linear recurrences with constant coefficients, signature (6,-11,6,-1).
Programs
-
Mathematica
Table[If[n<3,0,n Fibonacci[2n-5]-LucasL[2n-6]], {n,0,30}]
Comments