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

A071752
Expansion of (1+x^4*C^3)*C^3, where C = (1-(1-4*x)^(1/2))/(2*x) is g.f. for Catalan numbers, A000108.
0
1, 3, 9, 28, 91, 303, 1028, 3542, 12363, 43628, 155414, 558144, 2018750, 7347281, 26888610, 98888730, 365292555, 1354757040, 5042499990, 18830130360, 70527871530, 264886906830, 997372693824, 3764155637772, 14236915323806
OFFSET
0,2
MATHEMATICA
c = (1 - (1 - 4*x)^(1/2))/(2*x); (1 + x^4*c^3)*c^3 + O[x]^25 // CoefficientList[#, x]& (* Jean-François Alcover, Sep 27 2017 *)
CROSSREFS
Sequence in context: A047047 A071744 A071748 * A071756 A176673 A215007
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 06 2002
STATUS
approved