OFFSET
1,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
R. P. Stanley, Ordered structures and partitions, Memoirs of the Amer. Math. Soc., no. 119 (1972).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
R. P. Stanley, A Fibonacci lattice, Fib. Quart., 13 (1975), 215-232.
FORMULA
G.f.: (1-x)^3/Product(1-x-x^i+x^(1+2*i), i=1..3)-1. - Emeric Deutsch, Dec 19 2004
MAPLE
G:=(1-x)^3/Product(1-x-x^i+x^(1+2*i), i=1..3)-1: Gser:=series(G, x=0, 39): seq(coeff(Gser, x^n), n=1..37); # Emeric Deutsch, Dec 19 2004
MATHEMATICA
Rest@ CoefficientList[Series[(1 - x)^3/Product[1 - x - x^i + x^(1 + 2 i), {i, 3}] - 1, {x, 0, 35}], x] (* Michael De Vlieger, Sep 05 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Emeric Deutsch, Dec 19 2004
STATUS
approved