|
Search: id:A106788
|
|
|
| A106788 |
|
Triangular three level substitution for chair tiling. |
|
+0 1
|
|
| 1, 1, 2, 3, 2, 3, 4, 4, 3, 3, 4, 1, 4, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 2, 4, 1, 3, 3, 4, 1, 4, 1, 2, 2, 4, 1, 3, 4, 3, 4, 1, 1, 2, 2, 3, 3, 4, 1, 4, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 2, 4, 1, 3, 3, 4, 1, 4, 1, 2, 2, 4, 1, 3, 4, 3, 4, 1, 1, 2, 2, 1, 1, 4, 3, 4, 3, 2, 2, 1, 1, 1, 1, 4, 4, 3, 2, 3, 2, 4, 3, 1
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
TriangularForm: {1, 1, 2, 3, 2, 3, 4, 4}, {3, 3, 4, 1, 4, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 2, 4, 1, 3, 3, 4, 1, 4, 1, 2, 2, 4, 1, 3, 4, 3, 4, 1, 1, 2, 2}, {3, 3, 4, 1, 4, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 2, 4, 1, 3, 3, 4, 1, 4, 1, 2, 2, 4, 1, 3, 4, 3, 4, 1, 1, 2, 2, 1, 1, 4, 3, 4, 3, 2, 2, 1, 1, 1, 1, 4, 4, 3, 2, 3, 2, 4, 3, 1, 1, 4, 3, 4, 3, 2, 2, 4, 3, 1, 4, 1, 4, 3, 3, 2, 2, 3, 3, 4, 1, 4, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 2, 4, 1, 3, 3, 4, 1, 4, 1, 2, 2, 4, 1, 3, 4, 3, 4, 1, 1, 2, 2, 1, 1, 4, 3, 4, 3, 2, 2, 1, 1, 1, 1, 4, 4, 3, 2, 3, 2, 4, 3, 1, 1, 4, 3, 4, 3, 2, 2, 4, 3, 1, 4, 1, 4, 3, 3, 2, 2}.
|
|
REFERENCES
|
Matching Rules and Substitution Tilings, Annals of Mathematics, 147 (1998), 181-223 by Chaim Goodman -Strauss (http://comp.uark.edu/~strauss/papers/index.html)
|
|
FORMULA
|
The substitution was derived by hand, one at a time.
|
|
MATHEMATICA
|
a[1] = {1, 1, 2, 3, 2, 3, 4, 4}; a[2] = {3, 3, 4, 1, 4, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 2, 4, 1, 3, 3, 4, 1, 4, 1, 2, 2, 4, 1, 3, 4, 3, 4, 1, 1, 2, 2}; a[3] = {3, 3, 4, 1, 4, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 2, 4, 1, 3, 3, 4, 1, 4, 1, 2, 2, 4, 1, 3, 4, 3, 4, 1, 1, 2, 2, 1, 1, 4, 3, 4, 3, 2, 2, 1, 1, 1, 1, 4, 4, 3, 2, 3, 2, 4, 3, 1, 1, 4, 3, 4, 3, 2, 2, 4, 3, 1, 4, 1, 4, 3, 3, 2, 2, 3, 3, 4, 1, 4, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 2, 4, 1, 3, 3, 4, 1, 4, 1, 2, 2, 4, 1, 3, 4, 3, 4, 1, 1, 2, 2, 1, 1, 4, 3, 4, 3, 2, 2, 1, 1, 1, 1, 4, 4, 3, 2, 3, 2, 4, 3, 1, 1, 4, 3, 4, 3, 2, 2, 4, 3, 1, 4, 1, 4, 3, 3, 2, 2} atable=Table[a[i], {i, 1.3}] MatrixForm[atable] aa = Table[a[i] /. 1 -> {1, 0} /. 2 -> {0, 1} /. 3 -> {-1, 0} /. 4 -> { 0, -1}, {i, 1, 3}] Table[ListPlot[FoldList[Plus, {0, 0}, aa[[i]]], PlotRange -> All, PlotJoined -> True, Axes -> False], {i, 1, 3}]
|
|
CROSSREFS
|
Sequence in context: A072106 A124524 A124525 this_sequence A123175 A143998 A054237
Adjacent sequences: A106785 A106786 A106787 this_sequence A106789 A106790 A106791
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 16 2005
|
|
|
Search completed in 0.002 seconds
|