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!
a(n) = n!*A001333(n). - R. J. Mathar, Jun 03 2022
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}] (* Zerinvary Lajos, Jul 09 2009 *)
With[{nn=20}, CoefficientList[Series[(1-x)/(1-2x-x^2), {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Jul 01 2017 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved