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

Expansion of (1+x^3*C^2)*C^3, where C = (1-(1-4*x)^(1/2))/(2*x) is g.f. for Catalan numbers, A000108.
0

%I #5 Dec 04 2018 17:39:49

%S 1,3,9,29,95,317,1076,3707,12935,45630,162486,583338,2109190,7674157,

%T 28077250,103234695,381260535,1413686490,5260849110,19642116150,

%U 73557465570,276224933010,1039922723424,3924250124142,14840700243830

%N Expansion of (1+x^3*C^2)*C^3, where C = (1-(1-4*x)^(1/2))/(2*x) is g.f. for Catalan numbers, A000108.

%t With[{c=(1-Sqrt[1-4x])/(2x)},CoefficientList[Series[(1+x^3 c^2)c^3,{x,0,30}],x]] (* _Harvey P. Dale_, Dec 04 2018 *)

%K nonn

%O 0,2

%A _N. J. A. Sloane_, Jun 06 2002