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!)
A105244 Functional substitution on {1,2,3}. 0

%I #7 Mar 12 2014 16:36:47

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

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

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

%N Functional substitution on {1,2,3}.

%C Based on a prime digits function modulo 10, reduced here to modulo 3.

%C Appears to be 12-periodic for n>3.

%F ar={1, 2, 3} a(n)=b(m, i) = 1 + Mod[ar[[i]]*(1 + Mod[m, 3]), 3]

%t ar = {1, 2, 3} f[n_] := 1 + Mod[ar*(1 + Mod[n, 3]), 3] br = NestList[f, ar, Floor[200/3]] a = Flatten[br]

%K nonn,uned

%O 1,2

%A _Roger L. Bagula_, Apr 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 September 12 23:00 EDT 2024. Contains 375855 sequences. (Running on oeis4.)