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.

Original entry on oeis.org

1, 2, 10, 20, 100, 101, 200, 201, 1000, 1001, 1002, 1010, 2000, 2001, 2002, 2010, 10000, 10001, 10002, 10010, 10020, 10100, 10101, 20000, 20001, 20002, 20010, 20020, 20100, 20101, 100000, 100001, 100002, 100010, 100020, 100100, 100101, 100200, 100201
Offset: 1

Views

Author

Nathan Fox and N. J. A. Sloane, Mar 09 2019

Keywords

Comments

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.
The indices of words of the form 100...00 are 1, 3, 5, 9, 17, 31, ..., see the tribonacci numbers A000213.

Examples

			The initial terms, as a list:
1
2
10
20
100
101
200
201
1000
1001
1002
1010
2000
2001
2002
2010
10000
...
		

Crossrefs