OFFSET
0,3
COMMENTS
11's and 12's do not show up until the 8th iteration, below that it resembles the lower bi-Kenyons
Level 6 bi-Kenyon substitution sequence.
LINKS
MATHEMATICA
s[n_] := n /. {1 -> 2, 2 -> 3, 3 -> 4, 4 -> 5, 5 -> 6, 6 -> {6, 6, 10, 7}, 7 -> 8, 8 -> 9, 9 -> 10, 10 -> 11, 11 -> 12, 12 -> {12, 12, 5, 1}}; t[a_] := Join[a, Flatten[s /@ a]]; Flatten[ NestList[t, {1}, 6]]
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Roger L. Bagula, Apr 05 2005
STATUS
approved