OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..87
Blair Kelly, Fibonacci and Lucas Factorizations.
EXAMPLE
a(1)=60 because the 60th Fibonacci number consists of 8 distinct prime factors (i.e., 1548008755920 = 2^4 x 3^2 x 5 x 11 x 31 x 41 x 61 x 2521).
PROG
(PARI) n=1; while(n<370, if(omega(fibonacci(n))==8, print1(n, ", ")); n++)
CROSSREFS
KEYWORD
nonn
AUTHOR
Shyam Sunder Gupta, Feb 19 2006
EXTENSIONS
More terms from Ryan Propper, Apr 26 2006
a(53)-a(75) from Max Alekseyev, Aug 18 2013
STATUS
approved