OFFSET
1,1
LINKS
EXAMPLE
a(1)=48 because the 48th Fibonacci number (i.e., 4807526976) consists of 12 prime factors (i.e., 2*2*2*2*2*2*3*3*7*23*47*1103).
PROG
(PARI) n=1; while(n<320, if(bigomega(fibonacci(n))==12, print1(n, ", ")); n++)
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
Shyam Sunder Gupta, Feb 19 2006
EXTENSIONS
More terms from Ryan Propper, May 24 2006
More terms from Amiram Eldar, Oct 14 2019
STATUS
approved