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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052608 E.g.f. (1-x)/(1-2x-x^2). 0
1, 1, 6, 42, 408, 4920, 71280, 1204560, 23264640, 505491840, 12203654400, 324084499200, 9388910361600, 294668851276800, 9959509521561600, 360665744414976000, 13931586106454016000, 571775010100310016000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 553

FORMULA

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

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

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

MAPLE

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

MATHEMATICA

Table[LucasL[n, 2]*n!/2, {n, 0, 17}] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 09 2009]

CROSSREFS

Sequence in context: A052589 A074107 A187121 * A197712 A098461 A034662

Adjacent sequences:  A052605 A052606 A052607 * A052609 A052610 A052611

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 13:12 EST 2012. Contains 205909 sequences.