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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052595 E.g.f. 1/(1-3x-x^2). 0
1, 3, 20, 198, 2616, 43200, 856080, 19792080, 522950400, 15544690560, 513406252800, 18652322304000, 739253228313600, 31740638183654400, 1467650891266560000, 72709824125562624000, 3842307771930980352000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 540

FORMULA

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

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

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

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

MAPLE

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

CROSSREFS

Sequence in context: A087152 A158833 A054361 * A052590 A081209 A196560

Adjacent sequences:  A052592 A052593 A052594 * A052596 A052597 A052598

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 14 08:49 EST 2012. Contains 205614 sequences.