OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..81
Blair Kelly, Fibonacci and Lucas Factorizations.
EXAMPLE
a(1)=140 because the 140th Fibonacci number (i.e., 81055900096023504197206408605) consists of 11 distinct prime factors (i.e., 3 * 5 * 11 * 13 * 29 * 41 * 71 * 281 * 911 * 141961 * 12317523121).
PROG
(PARI) n=1; while(n<315, if(omega(fibonacci(n))==11, 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(73) from Max Alekseyev, Aug 18 2013
STATUS
approved