OFFSET
1,2
COMMENTS
Lengths of runs of consecutive 1's or 2's are : 1,1,2,3,9,21,117,588 ...
EXAMPLE
Sequence begins : 1,2 . Since a(1)=1 there is only one following "1", gives 1,2,1. Since a(2)=2 there are 2 following "2's", gives 1,2,1,2,2. Since a(3)=1 there are 3 following "1's" 1,2,1,2,2,1,1,1 etc.
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 21 2003
STATUS
approved