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.

A324474 Nonzero ternary words such that any non-initial 1 is preceded by 0, and any non-initial 2 is preceded by 00.

This page as a plain text file.
%I A324474 #18 Mar 09 2019 11:34:35
%S A324474 1,2,10,20,100,101,200,201,1000,1001,1002,1010,2000,2001,2002,2010,
%T A324474 10000,10001,10002,10010,10020,10100,10101,20000,20001,20002,20010,
%U A324474 20020,20100,20101,100000,100001,100002,100010,100020,100100,100101,100200,100201
%N A324474 Nonzero ternary words such that any non-initial 1 is preceded by 0, and any non-initial 2 is preceded by 00.
%C A324474 This could have begun with an initial 0, but (since this is a list, and must have offset 1), we would no longer have a(1)=1, and that is needed for some related sequences.
%C A324474 The indices of words of the form 100...00 are 1, 3, 5, 9, 17, 31, ..., see the tribonacci numbers A000213.
%H A324474 N. J. A. Sloane, <a href="/A324474/b324474.txt">Table of n, a(n) for n = 1..845</a>
%e A324474 The initial terms, as a list:
%e A324474 1
%e A324474 2
%e A324474 10
%e A324474 20
%e A324474 100
%e A324474 101
%e A324474 200
%e A324474 201
%e A324474 1000
%e A324474 1001
%e A324474 1002
%e A324474 1010
%e A324474 2000
%e A324474 2001
%e A324474 2002
%e A324474 2010
%e A324474 10000
%e A324474 ...
%Y A324474 Cf. A007089, A324475, A000213.
%K A324474 nonn,base
%O A324474 1,2
%A A324474 _Nathan Fox_ and _N. J. A. Sloane_, Mar 09 2019