OFFSET
1,1
COMMENTS
The n-th entry a(n) means that a(n) is the index of the first term in A000045+21 which n divides.
MATHEMATICA
skdf[n_]:=Module[{k=2}, While[!Divisible[Fibonacci[k-1]+21, n], k++]; k]; Array[ skdf, 60] (* Harvey P. Dale, Nov 25 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Art DuPre, Aug 03 2012
EXTENSIONS
Definition corrected. - R. J. Mathar, Aug 09 2012
STATUS
approved