[go: up one dir, main page]

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

A052627
E.g.f. (1-x)/(1-x-x^5).
0
1, 0, 0, 0, 0, 120, 720, 5040, 40320, 362880, 7257600, 119750400, 1916006400, 31135104000, 523069747200, 10461394944000, 230150688768000, 5335311421440000, 128047474114560000, 3162772610629632000
OFFSET
0,6
FORMULA
E.g.f.: (-1+x)/(-1+x^5+x)
Recurrence: {a(1)=0, a(0)=1, a(2)=0, a(4)=0, a(3)=0, (-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*(64+80*_alpha^4+100*_alpha^3+125*_alpha^2-689*_alpha)*_alpha^(-1-n), _alpha=RootOf(-1+_Z^5+_Z))*n!
a(n)=n!*A017899(n). - R. J. Mathar, Jun 03 2022
MAPLE
spec := [S, {S=Sequence(Prod(Z, Z, Z, Z, Z, Sequence(Z)))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
With[{nn=20}, CoefficientList[Series[(1-x)/(1-x-x^5), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Mar 12 2018 *)
CROSSREFS
Sequence in context: A052769 A179724 A052766 * A251264 A206025 A235551
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved