OFFSET
0,2
COMMENTS
Edgar-Peano substitution of 4 symbols taken 5 at a time, third type: characteristic polynomial: -x^5 + 5*x^3 + 3*x^2 - 15*x.
LINKS
F. M. Dekking, Recurrent Sets, Advances in Mathematics, vol. 44, no.1, April 1982, page 85, section 4.1.
G. A. Edgar, Jeffrey Golds, A fractal dimension estimate for a graph-directed IFS of non-similarities, arXiv:math/9806039 [math.CA], 1998.
FORMULA
1->{1, 2, 3, 2, 1}, 2->{4, 3, 2, 3, 4}, 3->{2, 1, 4, 1, 2}, 4->{3, 4, 1, 4, 3}
MATHEMATICA
Flatten[ Nest[ Flatten[ # /. {1 -> {1, 2, 3, 2, 1}, 2 -> {4, 3, 2, 3, 4}, 3 -> {2, 1, 4, 1, 2}, 4 -> {3, 4, 1, 4, 3}}] &, {1}, 3]] (* Robert G. Wilson v, Jan 24 2006 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula, May 04 2005
EXTENSIONS
Edited by Robert G. Wilson v, Jan 24 2006
STATUS
approved