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!)
A277744 Fixed point of the morphism 1->23, 2->14, 3->21, 4->56, 5->63, 6->54; starting with a(1) = 1. 0
1, 4, 2, 1, 6, 3, 5, 4, 2, 3, 5, 6, 1, 4, 2, 1, 6, 3, 5, 6, 1, 4, 2, 3, 5, 4, 2, 1, 6, 3, 5, 4, 2, 3, 5, 6, 1, 4, 2, 3, 5, 4, 2, 1, 6, 3, 5, 6, 1, 4, 2, 1, 6, 3, 5, 4, 2, 3, 5, 6, 1, 4, 2, 1, 6, 3, 5, 6, 1, 4, 2, 3, 5, 4, 2, 1, 6, 3, 5, 6, 1, 4, 2, 1, 6, 3, 5, 4, 2, 3, 5, 6, 1, 4, 2, 3, 5, 4, 2, 1, 6, 3, 5, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
F. Michel Dekking, Morphisms, Symbolic Sequences, and Their Standard Forms, Journal of Integer Sequences, Vol. 19 (2016), Article 16.1.1.
MAPLE
with(ListTools);
psi:=proc(S)
Flatten(subs( {1=[2, 3], 2=[1, 4], 3=[2, 1], 4=[5, 6], 5=[6, 3], 6=[5, 4]}, S));
end;
S:=[1];
for n from 1 to 8 do S:=psi(S): od:
S;
MATHEMATICA
Nest[Flatten[#/.{1->{2, 3}, 2->{1, 4}, 3->{2, 1}, 4->{5, 6}, 5->{6, 3}, 6->{5, 4}}]&, 1, 8] (* Harvey P. Dale, Apr 23 2018 *)
CROSSREFS
Sequence in context: A146321 A133455 A122606 * A119953 A010645 A326772
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 08 2016
STATUS
approved

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 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)