OFFSET
0,6
COMMENTS
A Dyck path is nondecreasing if the y-coordinates of its valleys form a nondecreasing sequence.
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 (10,-39,74,-69,28,-4).
FORMULA
MATHEMATICA
Table[If[n < 3, 0, (3*(n-2)*LucasL[2*n-4]-3*Fibonacci[2*n+1])/5+(n+9)*2^(n-4)], {n, 0, 20}]
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
Rigoberto Florez, Nov 10 2024
STATUS
approved