OFFSET
0,4
LINKS
T. D. Noe, Table of n, a(n) for n=0..200
Philippe Flajolet, Éric Fusy, Xavier Gourdon, Daniel Panario and Nicolas Pouyanne, A Hybrid of Darboux's Method and Singularity Analysis in Combinatorial Asymptotics, arXiv:math.CO/0606370
FORMULA
MATHEMATICA
nn=200; t=Rest[CoefficientList[Series[1-Sqrt[1-4x]/2, {x, 0, nn}], x]]; CoefficientList[Series[Product[(1+t[[k]]*x^k), {k, nn}], {x, 0, nn}], x] (* T. D. Noe, Oct 08 2006 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 08 2006
EXTENSIONS
More terms from T. D. Noe, Oct 08 2006
STATUS
approved