login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A257595
Expansion of x^3*(1+x+2*x^2+3*x^3+3*x^4+x^5)/(1-x^2-x^3)^3.
1
0, 0, 0, 1, 1, 5, 9, 18, 34, 58, 100, 164, 265, 421, 657, 1015, 1549, 2343, 3515, 5234, 7745, 11393, 16673, 24285, 35220, 50880, 73238, 105073, 150286, 214346, 304910, 432677, 612581, 865435, 1220209, 1717180, 2412276, 3383076, 4737076, 6623076, 9246855
OFFSET
0,6
LINKS
Jean-Luc Baril, and Jean-Marcel Pallo, A Motzkin filter in the Tamari lattice, Discrete Mathematics 338.8 (2015): 1370-1378.
FORMULA
G.f.: x^3*(1+x+2*x^2+3*x^3+3*x^4+x^5)/(1-x^2-x^3)^3.
MATHEMATICA
CoefficientList[Series[x^3(1+x+2x^2+3x^3+3x^4+x^5)/(1-x^2-x^3)^3, {x, 0, 50}], x] (* or *) LinearRecurrence[{0, 3, 3, -3, -6, -2, 3, 3, 1}, {0, 0, 0, 1, 1, 5, 9, 18, 34}, 50] (* Harvey P. Dale, Feb 13 2022 *)
CROSSREFS
Sequence in context: A061502 A110349 A036832 * A116453 A046578 A046590
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 04 2015
STATUS
approved