OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..69
Blair Kelly, Fibonacci and Lucas Factorizations.
EXAMPLE
a(1)=90 because the 90th Fibonacci number (i.e., 2880067194370816120) consists of 10 distinct prime factors (i.e., 2^3 * 5 * 11 * 17 * 19 * 31 * 61 * 181 * 541 * 109441).
PROG
(PARI) n=1; while(n<305, if(omega(fibonacci(n))==10, print1(n, ", ")); n++)
CROSSREFS
KEYWORD
nonn
AUTHOR
Shyam Sunder Gupta, Feb 19 2006
EXTENSIONS
More terms from Ryan Propper, Apr 26 2006
a(52)-a(64) from Max Alekseyev, Aug 18 2013
STATUS
approved