login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052598 E.g.f. (1-x)/(1-x-2x^2). 0
1, 0, 4, 12, 144, 1200, 15840, 211680, 3467520, 61689600, 1241049600, 27223257600, 654316185600, 16999766784000, 476167826534400, 14282419447296000, 457079267893248000, 15539983733514240000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 543

FORMULA

E.g.f.: (-1+x)/(-1+x+2*x^2)

Recurrence: {a(1)=0, a(0)=1, (-2*n^2-6*n-4)*a(n)+(-2-n)*a(n+1)+a(n+2)=0}

Sum(1/9*(-1+5*_alpha)*_alpha^(-1-n), _alpha=RootOf(-1+_Z+2*_Z^2))*n!

a(n) = n!*A078008(n). - R. J. Mathar, Nov 27 2011

MAPLE

spec := [S, {S=Sequence(Prod(Z, Sequence(Z), Union(Z, Z)))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);

CROSSREFS

Sequence in context: A204321 A152121 A077611 * A032071 A173603 A175718

Adjacent sequences:  A052595 A052596 A052597 * A052599 A052600 A052601

KEYWORD

easy,nonn

AUTHOR

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:30 EST 2012. Contains 205971 sequences.