login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052625 E.g.f. (1-x)^2/(1-2x+x^2-x^3). 0
1, 0, 0, 6, 48, 360, 3600, 45360, 645120, 10160640, 177811200, 3432844800, 72329241600, 1650160512000, 40537905408000, 1067062284288000, 29961435119616000, 893842506805248000, 28234468042260480000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: -(-1+x)^2/(-1+2*x-x^2+x^3)
Recurrence: {a(1)=0, a(0)=1, a(2)=0, (-11*n-6-n^3-6*n^2)*a(n) +(n^2+5*n+6)*a(n+1) +(-2*n-6)*a(n+2) +a(n+3)=0}
Sum(-1/23*(2-11*_alpha+6*_alpha^2)*_alpha^(-1-n), _alpha=RootOf(-1+2*_Z-_Z^2+_Z^3))*n!
a(n) = (-1)^n*n!*A099529(n). - R. J. Mathar, Jun 03 2022
MAPLE
spec := [S, {S=Sequence(Prod(Z, Z, Z, Sequence(Z), Sequence(Z)))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
With[{nn=20}, CoefficientList[Series[(1-x)^2/(1-2x+x^2-x^3), {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, May 22 2012 *)
CROSSREFS
Sequence in context: A024075 A052571 A324074 * A326888 A326895 A291033
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)