Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A106788

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Triangular three level substitution for chair tiling.
(history; published version)
#4 by Russ Cox at Fri Mar 30 17:34:15 EDT 2012
AUTHOR

_Roger L. Bagula (rlbagulatftn(AT)yahoo.com), _, May 16 2005

Discussion
Fri Mar 30
17:34
OEIS Server: https://oeis.org/edit/global/158
#3 by N. J. A. Sloane at Fri Sep 29 03:00:00 EDT 2006
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)

KEYWORD

nonn,new

nonn

#2 by N. J. A. Sloane at Fri Feb 24 03:00:00 EST 2006
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}]

KEYWORD

nonn,new

nonn

#1 by N. J. A. Sloane at Tue Jul 19 03:00:00 EDT 2005
NAME

Triangular three level substitution for chair tiling.

DATA

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

OFFSET

0,3

COMMENTS

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}]

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 16 2005

STATUS

approved