[go: up one dir, main page]

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!)
Revision History for A270788 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A270788 Unique fixed point of the 3-symbol Fibonacci morphism phi-hat_2.
(history; published version)
#47 by Alois P. Heinz at Wed Feb 15 13:44:14 EST 2023
STATUS

reviewed

approved

#46 by Michel Marcus at Wed Feb 15 12:53:12 EST 2023
STATUS

proposed

reviewed

#45 by Jean-François Alcover at Wed Feb 15 12:21:02 EST 2023
STATUS

editing

proposed

#44 by Jean-François Alcover at Wed Feb 15 12:20:50 EST 2023
MATHEMATICA

m = 121; (* number of terms required *)

S[1] = {1};

S[n_] := S[n] = SubstitutionSystem[{1 -> {1, 2}, 2 -> {3}, 3 -> {1, 2}}, S[n-1]];

For[n = 2, True, n++, If[PadRight[S[n], m] == PadRight[S[n-1], m], Print["n = ", n]; Break[]]];

Take[S[n], m] (* Jean-François Alcover, Feb 15 2023 *)

STATUS

approved

editing

#43 by Alois P. Heinz at Mon Aug 01 22:09:07 EDT 2022
STATUS

proposed

approved

#42 by Kevin Ryde at Mon Aug 01 21:28:15 EDT 2022
STATUS

editing

proposed

#41 by Kevin Ryde at Mon Aug 01 21:27:21 EDT 2022
COMMENTS

This sequence is the [0->12, 1->3]-transform of the Fibonacci word A003849: if T(0):=12, T(1):=3, then one proves easily with induction that T(phi_1^n(0)) = phi-hat_2^{n+1)(}(1), and T(phi_1^n(1)) = phi-hat_2^{n+1)(}(2), where phi_1 denotes the Fibonacci morphism given by 0 --> 01, 1 --> 0. - Michel Dekking, Dec 29 2019

STATUS

approved

editing

Discussion
Mon Aug 01 21:28
Kevin Ryde: (Mismatched braces vs parens.)
#40 by Joerg Arndt at Sat Sep 25 02:13:42 EDT 2021
STATUS

reviewed

approved

#39 by Michel Marcus at Sat Sep 25 01:32:16 EDT 2021
STATUS

proposed

reviewed

#38 by Michael De Vlieger at Fri Sep 24 22:16:48 EDT 2021
STATUS

editing

proposed

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 August 30 23:33 EDT 2024. Contains 375550 sequences. (Running on oeis4.)