|
| |
|
|
A052679
|
|
E.g.f. (1-x^2)/(1-x^2-x^3).
|
|
0
| |
|
|
1, 0, 0, 6, 0, 120, 720, 5040, 80640, 725760, 10886400, 159667200, 2395008000, 43589145600, 784604620800, 15692092416000, 334764638208000, 7469435990016000, 179266463760384000, 4500868715126784000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,4
|
|
|
LINKS
| INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 627
|
|
|
FORMULA
| E.g.f.: (-1+x^2)/(-1+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)+a(n+3)=0}
Sum(1/23*(-6+9*_alpha+4*_alpha^2)*_alpha^(-1-n), _alpha=RootOf(_Z^3+_Z^2-1))*n!
a(n) = n!*A000931(n). - R. J. Mathar, Nov 27 2011
|
|
|
MAPLE
| spec := [S, {S=Sequence(Prod(Z, Z, Z, Sequence(Prod(Z, Z))))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
restart: G(x):=(1-x-x^2)/(-1+x^2+x^3): f[0]:=G(x): for n from 1 to 30 do f[n]:=diff(f[n-1], x) od: x:=0: seq(f[n]/n, n=1..20); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 27 2009]
|
|
|
CROSSREFS
| Sequence in context: A187696 A005212 A167028 * A134680 A111372 A179936
Adjacent sequences: A052676 A052677 A052678 * A052680 A052681 A052682
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| encyclopedia(AT)pommard.inria.fr, Jan 25 2000
|
| |
|
|