OFFSET
0,2
COMMENTS
FORMULA
Construction: start with strings S(1)={1} and S(2)={1, 2}; for k>2, let L=largest number in current string S(k); to obtain S(k+1), append S(k-1) to the end of S(k) and then replace the last number in this resulting string with {2L+1 (k odd) or 2L (k even)}. String lengths have Fibonacci growth: {1}, {1, 2}, {1, 2, 5}, {1, 2, 5, 1, 10}, {1, 2, 5, 1, 10, 1, 2, 21}, ...
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 25 2003
STATUS
approved