OFFSET
1,1
COMMENTS
Labels of L can be used only once in this sequence.
We could name this sequence the "Fibo_nat_cci" sequence (_nat_ stands for "natural numbers").
Derangement here means the n-th term of L is not the n-th term of the sequence, so a(n) != n.
EXAMPLE
We must begin with 1,1,2,3,... and we cannot have a(1) = 1, so the next possibility is the label "11". After "68" we must get "7,5,0,2,5,1,2,1,3,9,3,1,9,6,4,1,8..." (corresponding to Fibonacci numbers "75025,121393,196418..."); "7" is already used, and we cannot use "75" since no label begins with a 0. So the next term is "750".
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, Sep 19 2004
EXTENSIONS
Derangement wording introduced by Danny Rorabaugh, Nov 27 2015
Initial 0 removed by Danny Rorabaugh, Nov 28 2015
STATUS
approved