OFFSET
1,1
COMMENTS
Almost all terms of A128288 are prime that belong to A003631 = {2, 3, 7, 13, 17, 23, 37, 43, 47, 53, 67, 73, 83, 97} Primes congruent to {2, 3} mod 5; that are also the primes p that divide Fibonacci(p+1).
a(3) = 10877 = 73*149 belongs to A069107 Composite n such that n divides Fibonacci(n+1).
a(3) = 10877 and a(4) = 17261 belong to A094395 Odd composite n such that n divides Fibonacci(n) + 1.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..1000
EXAMPLE
a(1) = A128288(74) = 1853 = 17*109.
a(2) = 9701 = 89*109.
a(3) = 10877 = 73*149.
a(4) = 17261 = 41*421.
a(5) = 23323 = 83*281.
MATHEMATICA
Do[ f = Mod[ Fibonacci[3n], 3n ]; If[ !PrimeQ[n] && f == 3n-2, Print[ {n, FactorInteger[n]} ]], {n, 1, 25000} ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Feb 24 2007
EXTENSIONS
Two more terms from R. J. Mathar, Oct 08 2007
a(9)-a(33) from Amiram Eldar, Apr 07 2019
STATUS
approved