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”).

A290443
a(n) = Catalan(n)*Motzkin(n-1).
2
1, 2, 10, 56, 378, 2772, 21879, 181610, 1570426, 14024660, 128623768, 1206053576, 11523121900, 111885197400, 1101664016730, 10981102287240, 110647549986930, 1125688857747300, 11551507304378580, 119462291733779280, 1244159075360113380, 13040616137944154760, 137485676447508793950
OFFSET
1,2
FORMULA
Conjecture: n*(n+1)^2*a(n) -2*-n*(2*n-1)^2*a(n-1) -12*(n-2)*(2*n-1)*(2*n-3)*a(n-2)=0. - R. J. Mathar, Aug 05 2017
MATHEMATICA
motzkin[n_]:=Hypergeometric2F1[(1-n)/2, -n/2, 2, 4]; Table[CatalanNumber[n] motzkin[n - 1], {n, 50}] (* Indranil Ghosh, Aug 04 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Aug 04 2017
STATUS
approved