OFFSET
1,1
EXAMPLE
11 is a prime and Fibonacci(11) = 89 is a prime, 13 is a prime and Fibonacci(13) = 233 is a prime, but Fibonacci(16) = 987 = 3*7*47 and 16 is not squarefree and 30 = 2*3*5 is the product of an odd number of distinct primes but Fibonacci(30) = 832040 = 2^3*5*11*31*61 is not squarefree, ...
MAPLE
with(combinat, fibonacci): m2_supM_fib := proc(n); if (numtheory[mobius](n)=-1) then if (numtheory[mobius](fibonacci(n))=-1) then RETURN(fibonacci(n)); fi; fi; end:
CROSSREFS
KEYWORD
easy,nonn,changed
AUTHOR
Jani Melik, Oct 07 2002
EXTENSIONS
Incorrect 83621143489848422977 removed and more terms from Sean A. Irvine, Mar 05 2025
STATUS
approved