OFFSET
0,2
LINKS
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 595
Luis Manuel Rivera, Integer sequences and k-commuting permutations, arXiv preprint arXiv:1406.3081 [math.CO], 2014-2015.
FORMULA
E.g.f.: 5*x/(1-x)
Recurrence: {a(0)=0, (-1-n)*a(n)+a(n+1)=0, a(1)=5}
a(n) = 5*n!, n>0.
MAPLE
spec := [S, {S=Prod(Sequence(Z), Union(Z, Z, Z, Z, Z))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
With[{nn=20}, CoefficientList[Series[(5x)/(1-x), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 01 2016 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved