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!)
A283316 Image of 0 under repeated applications of the morphism 0 -> 0,0,0,1, 1 -> 1,1,1,0. 6

%I #8 Jan 21 2018 09:35:55

%S 0,0,0,1,0,0,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0,0,1,1,1,1,0,0,0,

%T 0,1,0,0,0,1,0,0,0,1,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0,1,

%U 0,0,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0

%N Image of 0 under repeated applications of the morphism 0 -> 0,0,0,1, 1 -> 1,1,1,0.

%p with(ListTools);

%p psi:=proc(S)

%p Flatten(subs( {0=[0,0,0,1], 1=[1,1,1,0]}, S));

%p end;

%p S:=[0];

%p for n from 1 to 6 do S:=psi(S): od:

%p S;

%t SubstitutionSystem[{0 -> {0, 0, 0, 1}, 1 -> {1, 1, 1, 0}}, {0}, 4] // Last (* _Jean-François Alcover_, Jan 21 2018 *)

%Y Suggested by A283317.

%K nonn

%O 1

%A _N. J. A. Sloane_, Mar 08 2017

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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)