OFFSET
1,1
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Ron Knott, Mathematical Magic of the Fibonacci Numbers.
EXAMPLE
18 is a term because F(18) = 2584 = 2*2*2*17*19 is divisible by 19, one more than its index number 18.
MATHEMATICA
Select[ Range[ 620], Mod[ Fibonacci[ # ], # + 1] == 0 &] (* Robert G. Wilson v, Nov 26 2004 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Ron Knott, Nov 25 2004
EXTENSIONS
More terms from Robert G. Wilson v, Nov 26 2004
STATUS
approved