OFFSET
1,1
COMMENTS
The first two non-semiprimes are a(16) = 73 * 149 * 2221 and a(254) = 1453 * 2909 * 10177.
LINKS
David Wilson and Hans Havermann, Table of n, a(n) for n = 1..338 [David Wilson to 148, Hans Havermann to 338]
Hans Havermann, A238082 factored
Hans Havermann, Composite Prime-Index Fibonacci Numbers Factored
Antti Karttunen, More composite terms for A233281
MATHEMATICA
Drop[Select[Union[Flatten[Table[Divisors[Fibonacci[Prime[n]]], {n, 25}]]], Not[PrimeQ[#]] &], 1] (* Alonso del Arte, Feb 17 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved