OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Florian Luca On positive numbers n for which bigomega(n) divides F_n, Fib. Quart. 41 (2003) 365.
MATHEMATICA
Select[Range[2, 200], Mod[Fibonacci[#], PrimeOmega[#]] == 0 &] (* T. D. Noe, Oct 20 2011 *)
PROG
(PARI) is(n)=((Mod([1, 1; 1, 0], bigomega(n)))^n)[1, 2]==0 \\ Charles R Greathouse IV, Feb 04 2013
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
R. J. Mathar, Oct 20 2011
STATUS
approved