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!)
A105123 Substitution Group for a von Koch curve. 0
1, 1, 1, 6, 3, 1, 1, 1, 6, 3, 1, 1, 6, 3, 1, 1, 6, 3, 1, 6, 8, 1, 6, 3, 1, 2, 4, 1, 6, 3, 1, 1, 1, 6, 3, 1, 1, 6, 3, 1, 1, 6, 3, 1, 6, 8, 1, 6, 3, 1, 2, 4, 1, 6, 3, 1, 1, 6, 3, 1, 1, 6, 3, 1, 6, 8, 1, 6, 3, 1, 2, 4, 1, 6, 3, 1, 1, 6, 3, 1, 6, 8, 1, 6, 3, 1, 2, 4, 1, 6, 3, 1, 1, 6, 3, 1, 6, 8, 1, 6, 3, 1, 2, 4, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
To get a von Koch set to show up you need level 6 and: bb = aa /. 1 -> {-0.5,0.8660254037844386} /. 2 -> {-0.5, 0.8660254037844386} /. 3 -> {1, 0} /. 4 -> {-1, 0} /. 5 -> {0.5, -0.8660254037844386} /. 6 -> {0.5, -0.8660254037844386} /. 7 -> {-1, 0 } /. 8 -> {1, 0}; ListPlot[FoldList[Plus, {0, 0}, bb], PlotJoined -> False, PlotRange -> All];
LINKS
F. M. Dekking, Recurrent sets, Advances in Mathematics, vol. 44, no. 1 (1982), 78-104; page 96, section 4.11.
FORMULA
1->{1, 6, 3, 1} 2->{2, 4, 5, 2} 3->{3, 1, 2, 4} 4->{3, 1, 2, 4} 5->{5, 2, 7, 5} 6->{6, 8, 1, 6} 7->{7, 5, 6, 8} 8->{7, 5, 6, 8}
MATHEMATICA
s[1] = {1, 6, 3, 1}; s[2] = {2, 4, 5, 2}; s[3] = {3, 1, 2, 4}; s[4] = {3, 1, 2, 4}; s[5] = {5, 2, 7, 5}; s[6] = {6, 8, 1, 6}; s[7] = {7, 5, 6, 8}; s[8] = {7, 5, 6, 8}; t[a_] := Join[a, Flatten[s /@ a]]; p[0] = {1}; p[1] = t[{1}]; p[n_] := t[p[n - 1]] aa=Table[p[n], {n, 0, 3}]
CROSSREFS
Cf. A105056.
Sequence in context: A204420 A331570 A102410 * A058291 A132615 A238260
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Apr 08 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 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)