OFFSET
1,1
COMMENTS
This could be roughly rephrased like this: "Re-write in the most economical way the "Fibonacci pattern" using only non-Fibonacci numbers, but re-arranged. All the numbers of the sequence must be different one from another".
EXAMPLE
We must begin with 1,1,2... and we cannot represent "1" by 1 because this label doesn't exist (available labels carry only non-Fibonacci numbers), so the next possibility is the label "11". For 28657,46368,75025,... we cannot use label "75" in "28 65 74 63 68 75..." since no label begins with a 0. Labels of L cannot be used more than once.
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, Sep 22 2004
STATUS
approved