OFFSET
0,4
LINKS
MATHEMATICA
Contribution from Peter Luschny, Apr 27 2009: (Start)
sbt[n_]:=Module[{P, L, Y}, P={{1, 0}, {1, 1}}; L={{1, 1}, {0, 1}}; Y={{1, 0}, {0, 1}}; w[b_]:=Fold[ #1.If[ #2==0, L, P]&, Y, b]; u[a_]:={a[[2, 1]]+a[[2, 2]], a[[1, 1]]+a[[1, 2]]}; s[l_]:={l, {Last[l], First[l]}}; Map[s, Map[u, Map[w, Part[Partition[Tuples[{0, 1}, n], 2^(n-1)], 1]]]]]
Flatten[Append[{1, 1}, Table[Map[First, sbt[i]], {i, 1, 5}]]] (End)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Sep 08 2000
EXTENSIONS
More terms from Alford Arnold, Sep 11 2000
More terms from Joshua Zucker, May 11 2006
STATUS
approved