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!)
A106642 A four-symbol four-at-a-time substitution with an ordering change: q=1. 0
1, 4, 4, 1, 4, 3, 3, 4, 4, 3, 3, 4, 1, 4, 4, 1, 4, 3, 3, 4, 3, 2, 2, 3, 3, 2, 2, 3, 4, 3, 3, 4, 4, 3, 3, 4, 3, 2, 2, 3, 3, 2, 2, 3, 4, 3, 3, 4, 1, 4, 4, 1, 4, 3, 3, 4, 4, 3, 3, 4, 1, 4, 4, 1, 4, 3, 3, 4, 3, 2, 2, 3, 3, 2, 2, 3, 4, 3, 3, 4, 3, 2, 2, 3, 2, 1, 1, 2, 2, 1, 1, 2, 3, 2, 2, 3, 3, 2, 2, 3, 2, 1, 1, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This substitution gives two border-like 90-degree fractals, one (q=1) of which appears to tile. This substitution is a symmetrical doubling of the Levy's dragon-Heighway's dragon ordering.
LINKS
FORMULA
1->{2, 1, 1, 2}, 2->q*{3, 2, 2, 3} + (1 - q)*{2, 3, 3, 2}, 3->{4, 3, 3, 4}, 4->q*{1, 4, 4, 1} + (1 - q)*{4, 1, 1, 4}.
MATHEMATICA
q = 1; s[1] = {2, 1, 1, 2}; s[2] = q*{3, 2, 2, 3} + (1 -q)*{2, 3, 3, 2}; s[3] = {4, 3, 3, 4}; 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: A055180 A030788 A087709 * A327855 A213056 A135012
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 April 18 10:46 EDT 2024. Contains 371779 sequences. (Running on oeis4.)