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!)
A105245 A nonsense sequence. 0

%I #8 Dec 24 2022 05:02:53

%S 0,1,1,1,1,2,1,2,4,1,1,2,1,2,4,0,1,1,1,1,2,1,2,4,0,1,1,1,1,2,1,2,4,2,

%T 4,7,1,1,2,1,2,4,0,1,1,1,1,2,1,2,4,2,4,7,1,1,2,1,2,4,0,1,1,1,1,2,1,2,

%U 4,0,1,1,1,1,2,1,2,4,2,4,7,1,1,2,1,2,4,0,1,1,1,1,2,1,2,4,0,1,1,1,1,2,1,2,4

%N A nonsense sequence.

%t v[1] = {{0, 1, 1}, {1, 1, 2}, {1, 2, 4}}

%t M1 = {{0, 1, 0}, {0, 0, 1}, {1, 0, 0}}

%t M2 = {{0, 1, 0}, {0, 0, 1}, {1, 1, 1}}

%t M = {M1, M1, M2}

%t v[n_] := v[n] = M.v[n - 1]

%t a = Table[v[n], {n, 1, 4}]

%t aa = Flatten[a]

%K nonn,uned,obsc,less

%O 1,6

%A _Roger L. Bagula_, Apr 13 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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)