cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A060385 Largest prime factor of n-th Fibonacci number.

Original entry on oeis.org

2, 3, 5, 2, 13, 7, 17, 11, 89, 3, 233, 29, 61, 47, 1597, 19, 113, 41, 421, 199, 28657, 23, 3001, 521, 109, 281, 514229, 61, 2417, 2207, 19801, 3571, 141961, 107, 2221, 9349, 135721, 2161, 59369, 421, 433494437, 307, 109441, 28657, 2971215073, 1103
Offset: 3

Views

Author

Labos Elemer, Apr 03 2001

Keywords

Comments

For n > 12, Fibonacci(n) is divisible by a primitive prime factor (one not dividing Fibonacci(1), ..., Fibonacci(n-1)). But all primes up to n-2 divide smaller Fibonacci numbers, see A001602, so a(n) >= n-1 for n > 12. This strengthens a more general theorem of Bravo and Luca. - Charles R Greathouse IV, Feb 01 2013

Examples

			F(82) = 2789 * 59369 * 370248451, so a(82) = 370248451.
		

Crossrefs

Programs

Formula

a(n) >= n - 1 for n > 12, see comments. It is not hard to show that a(n) > 1000 for n > 88. Similarly a(n) > 20641 for n > 120. - Charles R Greathouse IV, Feb 01 2013