OFFSET
1,1
COMMENTS
Is a(n) asymptotic to C*n with 4 < C < 4.5 ? - Benoit Cloitre, Sep 04 2002
Numbers are a superset of the multiples of 6 (A008588), because 8 divides Fibonacci(6m) = A134492(m). Sequence apparently also contains the multiples of 25. Are all a(n) composite? Members not divisible by 6 or 25 are 56, 91, 110, 112, 153, 182, 220, 224, 273, 280, ... - Ralf Stephan, Jan 26 2014
These numbers are the positive multiples of A065069. - Charles R Greathouse IV, Feb 02 2014
To address Cloitre's question, if such C exists it must be less than 4.3 using the known terms of A065069. - Charles R Greathouse IV, Feb 04 2014
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..328 (terms 1..235 from T. D. Noe, based on Kelly's table)
Blair Kelly, Fibonacci Factorizations
Eric Weisstein's World of Mathematics, Fibonacci Number.
MATHEMATICA
Select[Range[100], MoebiusMu[Fibonacci[#]] == 0 &] (* Alonso del Arte, Jan 26 2014 *)
PROG
(PARI) is(n)=!issquarefree(fibonacci(n)) \\ Charles R Greathouse IV, Feb 02 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Eric W. Weisstein
STATUS
approved