OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..222
C. L. Stewart, On Divisors of Fermat, Fibonacci, Lucas, and Lehmer Numbers, Proceedings of the London Mathematical Society, Vol. s3-35, No. 3 (1977), pp. 425-447. See p. 430.
FORMULA
From Amiram Eldar, Oct 25 2024: (Start)
a(n) = A060385(prime(n+1)).
a(n) > c * prime(n) * log(prime(n)), where c is an effectively computable positive constant (Stewart, 1977). (End)
MATHEMATICA
Table[FactorInteger[Fibonacci [Prime[n]]][[-1, 1]], {n, 2, 30}]
PROG
(Magma) [Maximum(PrimeDivisors(Fibonacci(NthPrime(n)))): n in [2..35]];
CROSSREFS
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, May 13 2019
STATUS
approved