OFFSET
0,2
COMMENTS
Incorrect attempt to recreate Example (4.1) from the Dekking reference. - Joerg Arndt, May 16 2021
Characteristic polynomial is x^4-3*x^3-3*x+9 = (x-3) * (x^3-3).
LINKS
F. M. Dekking, Recurrent sets, Advances in Mathematics, vol. 44, no. 1 (1982), 78-104; page 85, section 4.1.
MATHEMATICA
Flatten[ Nest[ Flatten[ # /. {1 -> {1, 2, 1}, 2 -> {4, 3, 4}, 3 -> {2, 1, 2}, 4 -> {3, 4, 3}} &], {1}, 5]]
CROSSREFS
KEYWORD
nonn,easy,less
AUTHOR
Roger L. Bagula, Apr 29 2005
EXTENSIONS
Edited by Joerg Arndt, May 16 2021
STATUS
approved