login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106641 A four-symbol four-at-a-time substitution with an ordering change: q=0. 0
1, 2, 2, 1, 4, 1, 1, 4, 4, 1, 1, 4, 1, 2, 2, 1, 2, 3, 3, 2, 1, 2, 2, 1, 1, 2, 2, 1, 2, 3, 3, 2, 2, 3, 3, 2, 1, 2, 2, 1, 1, 2, 2, 1, 2, 3, 3, 2, 1, 2, 2, 1, 4, 1, 1, 4, 4, 1, 1, 4, 1, 2, 2, 1, 4, 1, 1, 4, 3, 4, 4, 3, 3, 4, 4, 3, 4, 1, 1, 4, 1, 2, 2, 1, 4, 1, 1, 4, 4, 1, 1, 4, 1, 2, 2, 1, 1, 2, 2, 1, 4, 1, 1, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This substitution gives two border-like 90-degree fractals, one (q=0) of which appears to tile.
LINKS
FORMULA
1->{3, 4, 4, 3}, 2->q*{3, 2, 2, 3} + (1 - q)*{2, 3, 3, 2}, 3->{1, 2, 2, 1}, 4->q*{1, 4, 4, 1} + (1 - q)*{4, 1, 1, 4}.
MATHEMATICA
q = 0; s[1] = {3, 4, 4, 3}; s[2] = q*{3, 2, 2, 3} + (1 -q)*{2, 3, 3, 2}; s[3] = {1, 2, 2, 1}; s[4] = q*{1, 4, 4, 1} + (1 - q)*{4, 1, 1, 4}; t[a_] := Flatten[s /@ a] p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] aa = p[4]
CROSSREFS
Sequence in context: A214722 A071430 A092514 * A191785 A320500 A140957
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, May 12 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 12 19:04 EDT 2024. Contains 375853 sequences. (Running on oeis4.)