OFFSET
1,1
COMMENTS
Utilized the factorization of Fibonacci numbers in the FactorDB.com database. - Robert Price, Feb 27 2017
LINKS
Robert Price, Table of n, a(n) for n = 1..108
FactorDB, Factorizations of F(1000) ... F(1019).
EXAMPLE
25 is a term because Fibonacci(25) = 5^2 * 3001 and Fibonacci(24) = 2^5 * 3^2 * 7 * 23.
PROG
(PARI) is(n) = !issquarefree(fibonacci(n)) && !issquarefree(fibonacci(n-1));
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Dec 31 2016
EXTENSIONS
a(8)-a(108) from Robert Price, Feb 27 2017
STATUS
approved