OFFSET
0,2
COMMENTS
Explicit formula for a(n-3) using partitions of n into 3 parts: cf. Knuth's paper for f(n,3) n >= 3, formula with f(k) := A006963(k+1) = (2*k-1)!/k!, k >= 1.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..362
D. E. Knuth, Convolution polynomials, Mathematica J. 2.1 (1992), no. 4, 67-78.
FORMULA
E.g.f.: log((1-sqrt(1-4*x))/x/2)^3/6. - Vladeta Jovovic, May 02 2003
MATHEMATICA
Drop[With[{nmax = 43}, CoefficientList[Series[Log[(1 - Sqrt[1 - 4*x])/x/2]^3/6, {x, 0, nmax}], x]*Range[0, nmax]!], 3] (* G. C. Greubel, dec 14 2017 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(log((1-sqrt(1-4*x))/x/2)^3/6)) \\ G. C. Greubel, Dec 14 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved