OFFSET
1,2
COMMENTS
The Fibonacci digits are 0, 1, 2, 3, 5 and 8. This is not a permutation of the natural numbers as 104 and 106 cannot be part of the sequence, for instance.
EXAMPLE
a(1) = 1 jumps over 1 digit and lands on 3, a Fibonacci digit;
a(2) = 2 jumps over 2 digits and lands on 5, a Fibonacci digit;
a(4) = 4 jumps over 4 digits and lands on the 1 of 10, a Fibonacci digit;
a(9) = 10: the 1 of 10 jumps over 1 digit and lands on the first 1 of 11, a Fibonacci digit;
a(9) = 10: the 0 of 10 jumps over 0 digit and lands on the same Fibonacci digit; etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Giorgos Kalogeropoulos, Oct 29 2023
STATUS
approved