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!)
A106654 Four-symbol substitution, characteristic polynomial: x^4-x^2-x-1. 0

%I #4 Mar 30 2012 17:34:15

%S 4,1,2,3,2,3,4,1,2,3,2,3,4,3,4,1,2,3,2,3,4,3,4,1,2,3,4,1,2,3,2,3,4,1,

%T 2,3,2,3,4,3,4,1,2,3,2,3,4,3,4,1,2,3,4,1,2,3,2,3,4,3,4,1,2,3,4,1,2,3,

%U 2,3,4,1,2,3,2,3,4,3,4,1,2,3,2,3,4,3,4,1,2,3,4,1,2,3,2,3,4,3,4,1,2,3,4,1,2

%N Four-symbol substitution, characteristic polynomial: x^4-x^2-x-1.

%C Digraph matrix is: M={{0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}, {1, 1, 1, 0}}

%F 1->{2}, 2->{3}, 3->{4}, 5->{1, 2, 3}

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

%K nonn,uned

%O 0,1

%A _Roger L. Bagula_, May 12 2005

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 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)