OFFSET
1,1
COMMENTS
Post's tag system maps a word w over {0,1} to w', where if w begins with 0, w' is obtained by appending 00 to w and deleting the first three letters, or if w begins with 1, w' is obtained by appending 1101 to w and deleting the first three letters.
The empty word is included in the count.
Here a(n)=1 if the orbit ends at the empty word. On the other hand, Asveld defines a(n) to be zero if that happens, which gives a different sequence, A291793. - N. J. A. Sloane, Sep 04 2017
LINKS
Lars Blomberg, Table of n, a(n) for n = 1..6075
Peter R. J. Asveld, On a Post's System of Tag. Bulletin of the EATCS 36 (1988), 96-102.
EXAMPLE
For n = 2 the orbit of (100)^2 = 100100 consists of a preperiod of length 15, followed by a periodic portion of length 6. So a(2) = 6.
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeffrey Shallit, Mar 20 2017
EXTENSIONS
Edited by N. J. A. Sloane, Jul 29 2017
a(50)-a(83) from Lars Blomberg, Sep 08 2017
STATUS
approved