OFFSET
1,2
COMMENTS
The Fibonacci numbers (A000045) are F_0 = 0, F_1 = 1, F_2 = 1, F_3 = 2, F_4 = 3, ...
LINKS
B. Cloitre, N. J. A. Sloane and M. J. Vandermast, Numerical analogues of Aronson's sequence, J. Integer Seqs., Vol. 6 (2003), #03.2.2.
B. Cloitre, N. J. A. Sloane and M. J. Vandermast, Numerical analogues of Aronson's sequence (math.NT/0305308)
FORMULA
k-th segment (k>=1) consists of {F_{k+1}} if k is a Fibonacci number, otherwise {F_k+1, ..., F_{k+1}-1}; except that the 4th segment is empty.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 10 2003
EXTENSIONS
More terms from Matthew Vandermast, Mar 16 2003
STATUS
approved