OFFSET
0,3
LINKS
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 555.
FORMULA
Recurrence: a(1)=1, a(0)=1, a(2)=2, (-12*n^2-22*n-12-2*n^3)*a(n) +(-n-3)*a(n+2) +a(n+3)=0.
a(n) = n!*Sum_{alpha in roots(2*z^3+z-1)} (1/29)*(2+6*alpha^2+9*alpha)*alpha^(-1-n).
a(n) = n!*A077949(n). - R. J. Mathar, Jun 03 2022
MAPLE
spec := [S, {S=Sequence(Union(Z, Prod(Z, Z, Union(Z, Z))))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[1/(1-x-2x^3), {x, 0, 20}], x]*Range[0, 20]! (* Stefano Spezia, Sep 11 2025 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
INRIA Encyclopedia of Combinatorial Structures, Jan 25 2000
EXTENSIONS
a(19)-a(21) from Stefano Spezia, Sep 11 2025
a(19)-a(21) corrected by Sean A. Irvine, Sep 15 2025
STATUS
approved
