login

Revision History for A104231

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

Showing all changes.
Triangle read by rows, based on the morphism f: 1->2, 2->3, 3->{3,3,5,4}, 4->5, 5->6, 6->{6,6,2,1}. First row is 1. If current row is a,b,c,..., then the next row is a,b,c,...,f(a),f(b),f(c),...
(history; published version)
#5 by Charles R Greathouse IV at Wed Mar 12 16:36:46 EDT 2014
AUTHOR

_Roger L. Bagula_, Apr 02 2005

Discussion
Wed Mar 12
16:36
OEIS Server: https://oeis.org/edit/global/2126
#4 by Russ Cox at Fri Mar 30 18:49:14 EDT 2012
AUTHOR

_Roger Bagula (rlbagulatftn(AT)yahoo.com), _, Apr 02 2005

Discussion
Fri Mar 30
18:49
OEIS Server: https://oeis.org/edit/global/236
#3 by N. J. A. Sloane at Sun Jun 29 03:00:00 EDT 2008
LINKS

Richard Kenyon, <a href="http://arxivarXiv.org/abs/math.MG/9505210">The Construction of Self-Similar Tilings</a>

KEYWORD

nonn,tabf,new

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

A six element substitution Triangle read by rows, based on Kenyon's tilethe morphism f: 1->2, 2->3, 3->{3,3,5,4}, 4->5, 5->6, 6->{6,6,2,1}. First row is 1. If current row is a,b,c,..., then the next row is a,b,c,...,f(a),f(b),f(c),...

FORMULA

1->2 2->3 3->{3,3,5,4} 4->5 5->6 6->{6,6,2,1}

MATHEMATICA

s[n_] := n /. {1] = { -> 2}; s[, 2] = { -> 3}; s[, 3] = -> {3, 3, 5, 4}; s[, 4] = { -> 5}; s[, 5] = { -> 6}; s[, 6] = -> {6, 6, 2, 1}}; t[a_] := Join[a, Flatten[s /@ a]]; p[0] = {1}; p[1] = t[{1}]; p[n_] := t[p[n - 1]] aa = Flatten[Table[p NestList[n], t, {n, 0, 1}, 5}]]

CROSSREFS
KEYWORD

nonn,uned,newtabf

EXTENSIONS

See A103748 for an edited version of a similar sequence. - njas, Apr 05 2005

#1 by N. J. A. Sloane at Sat Apr 09 03:00:00 EDT 2005
NAME

A six element substitution based on Kenyon's tile.

DATA

1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 3, 3, 5, 4, 1, 2, 2, 3, 2, 3, 3, 3, 3, 5, 4, 2, 3, 3, 3, 3, 5, 4, 3, 3, 3, 5, 4, 3, 3, 5, 4, 3, 3, 5, 4, 3, 3, 5, 4, 6, 5, 1, 2, 2, 3, 2, 3, 3, 3, 3, 5, 4, 2, 3, 3, 3, 3, 5, 4, 3, 3, 3, 5, 4, 3, 3, 5, 4, 3, 3, 5, 4, 3, 3, 5, 4, 6, 5, 2, 3, 3, 3, 3, 5, 4, 3, 3, 3, 5, 4, 3

OFFSET

0,3

COMMENTS

This substitution was suggested by looking at output of the symbols of an actual Kenyon border tiling program.

LINKS

Richard Kenyon, <a href="http://arxiv.org/abs/math.MG/9505210">The Construction of Self-Similar Tilings</a>

FORMULA

1->2 2->3 3->{3,3,5,4} 4->5 5->6 6->{6,6,2,1}

MATHEMATICA

s[1] = {2}; s[2] = {3}; s[3] = {3, 3, 5, 4}; s[4] = {5}; s[5] = {6}; s[6] = {6, 6, 2, 1}; t[a_] := Join[a, Flatten[s /@ a]]; p[0] = {1}; p[1] = t[{1}]; p[n_] := t[p[n - 1]] aa = Flatten[Table[p[n], {n, 0, 5}]]

CROSSREFS

Cf. A073058.

KEYWORD

nonn,uned,new

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Apr 02 2005

EXTENSIONS

See A103748 for an edited version of a similar sequence. - njas, Apr 05 2005

STATUS

approved