OFFSET
0,3
COMMENTS
This sequence is the next level of substitution suggested in section 6 of the Kenyon paper. A tile exists at this level as well.
LINKS
MATHEMATICA
s[n_] := n /. {1 -> 2, 2 -> 3, 3 -> 4, 4 -> {4, 4, 7, 5}, 5 -> 6, 6 -> 7, 7 -> 8, 8 -> {8, 8, 3, 1}}; t[a_] := Join[a, Flatten[s /@ a]]; Flatten[ NestList[t, {1}, 6]]
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Roger L. Bagula, Apr 04 2005
STATUS
approved