login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A290443 a(n) = Catalan(n)*Motzkin(n-1). 2

%I #10 Aug 05 2017 12:48:28

%S 1,2,10,56,378,2772,21879,181610,1570426,14024660,128623768,

%T 1206053576,11523121900,111885197400,1101664016730,10981102287240,

%U 110647549986930,1125688857747300,11551507304378580,119462291733779280,1244159075360113380,13040616137944154760,137485676447508793950

%N a(n) = Catalan(n)*Motzkin(n-1).

%F 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

%t motzkin[n_]:=Hypergeometric2F1[(1-n)/2, -n/2, 2, 4]; Table[CatalanNumber[n] motzkin[n - 1], {n, 50}] (* _Indranil Ghosh_, Aug 04 2017 *)

%Y Cf. A000108, A001006, A151341, A290443.

%K nonn

%O 1,2

%A _N. J. A. Sloane_, Aug 04 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 18 20:35 EDT 2024. Contains 376002 sequences. (Running on oeis4.)