OFFSET
1,1
COMMENTS
The repeat cycle contains 60 numbers which have 30 Fibonacci numbers symmetrically distributed as below.
.6.5.5.1...6....1..1...6..1....1...7.3.1.6..
1 3 7 5 1 5 5 1 5 1 5 5
1 6 1 6
Where: "1" = F(1) or F(2), "." = non-Fibonacci numbers,
consecutive Fibonacci numbers are showed as
vertical group.
EXAMPLE
For A187824(m(i)) = 6:
m(1) = 5, m(2) = 11, m(3) = 19,
...
a(1) = 11 - 5 = 6, a(2) = 19 - 11 = 8,
...
CROSSREFS
KEYWORD
nonn,less
AUTHOR
Kival Ngaokrajang, Jan 16 2013
STATUS
approved