cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A317189 A morphic sequence related to the ternary Thue-Morse sequence.

This page as a plain text file.
%I A317189 #17 Oct 16 2019 06:18:58
%S A317189 1,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,2,0,1,2,0,2,1,0,1,2,1,0,2,0,1,2,1,0,
%T A317189 1,2,0,2,1,0,1,2,1,0,2,0,1,2,0,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,2,0,1,2,
%U A317189 0,2,1,0,1,2,1,0,2,0,1,2,0,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,1,2,1,0,2,0,1,2,1,0
%N A317189 A morphic sequence related to the ternary Thue-Morse sequence.
%H A317189 Michaël Rao, Michel Rigo, Pavel Salimov, <a href="https://arxiv.org/abs/1310.4743">Avoiding 2-binomial squares and cubes</a>, arXiv:1310.4743 [cs.FL], 2013.
%H A317189 Michaël Rao, Michel Rigo, Pavel Salimov, <a href="https://doi.org/10.1016/j.tcs.2015.01.029">Avoiding 2-binomial squares and cubes</a>, Theoretical Computer Science, Volume 572, 23 March 2015, Pages 83-91. See proof of Lemma 1.
%F A317189 a(n) = A036577(n), n>0, a(0) = 1. - _Michel Dekking_, Oct 15 2019
%t A317189 Nest[Flatten[# /. {1 -> {2, 0}, 2 -> {1}, 0 -> {2, 1, 0}}] &, {2}, 9 (* must be an odd integer*)] (* _Robert G. Wilson v_, Jul 30 2018 *)
%Y A317189 Cf. A007413, A036577, A036580, A316826.
%K A317189 nonn
%O A317189 0,2
%A A317189 _N. J. A. Sloane_, Jul 30 2018
%E A317189 More terms from _Robert G. Wilson v_, Jul 30 2018