login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106049 Silver dragon four-symbol substitution: characteristic polynomial:x^4-2x^3+x^2-4. 0
4, 3, 4, 3, 2, 1, 2, 3, 4, 3, 4, 3, 2, 1, 2, 3, 2, 1, 2, 1, 4, 3, 4, 1, 2, 1, 2, 3, 2, 1, 2, 3, 4, 3, 4, 3, 2, 1, 2, 3, 4, 3, 4, 3, 2, 1, 2, 3, 2, 1, 2, 1, 4, 3, 4, 1, 2, 1, 2, 3, 2, 1, 2, 3, 2, 1, 2, 1, 4, 3, 4, 1, 2, 1, 2, 1, 4, 3, 4, 1, 4, 3, 4, 3, 2, 1, 2, 3, 4, 3, 4, 1, 4, 3, 4, 1, 2, 1, 2, 1, 4, 3, 4, 1, 2 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Entirely new dragon that tiles with self-similar voids: Level 16 to see it: bb = aa /. 1 -> {1, 0} /. 2 -> {0, 1} /. 3 -> {-1, 0} /. 4 -> {0, -1}; ListPlot[FoldList[Plus, {0, 0}, bb], PlotRange -> All, PlotJoined -> True, Axes -> False];

FORMULA

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

MATHEMATICA

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

CROSSREFS

Sequence in context: A082125 A058290 A002285 * A136627 A108171 A106055

Adjacent sequences:  A106046 A106047 A106048 * A106050 A106051 A106052

KEYWORD

nonn,uned

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.