OFFSET
0,3
LINKS
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 578
FORMULA
E.g.f.: -1/(-1+x^5+x)
D-finite Recurrence: {a(1)=1, a(0)=1, a(3)=6, a(2)=2, a(4)=24, (-n^5-15*n^4-274*n-120-85*n^3-225*n^2)*a(n) +(-5-n)*a(n+4) +a(n+5)=0}
Sum(1/3381*(256+320*_alpha^4+400*_alpha^3+500*_alpha^2+625*_alpha)*_alpha^(-1-n), _alpha=RootOf(-1+_Z^5+_Z))*n!
a(n)=n!*A003520(n). - R. J. Mathar, Jun 03 2022
MAPLE
spec := [S, {S=Sequence(Union(Z, Prod(Z, Z, Z, Z, Z)))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
With[{nn=20}, CoefficientList[Series[1/(1-x-x^5), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Sep 13 2019 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved