login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060383 a(1) = a(2) = 1; for n >2, a(n) = smallest prime factor of n-th Fibonacci number. 5
1, 1, 2, 3, 5, 2, 13, 3, 2, 5, 89, 2, 233, 13, 2, 3, 1597, 2, 37, 3, 2, 89, 28657, 2, 5, 233, 2, 3, 514229, 2, 557, 3, 2, 1597, 5, 2, 73, 37, 2, 3, 2789, 2, 433494437, 3, 2, 139, 2971215073, 2, 13, 5, 2, 3, 953, 2, 5, 3, 2, 59, 353, 2, 4513, 557, 2, 3, 5, 2, 269, 3, 2, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Tyler Busby, Table of n, a(n) for n = 1..1452 (terms 1..1000 from Alois P. Heinz, derived from Kelly's data, terms 1001..1408 from Amiram Eldar)
FORMULA
a(n) = A020639(A000045(n)). - Michel Marcus, Nov 15 2014
EXAMPLE
For n=82: F(82) = 2789*59369*370248451, so a(82)=2789.
MATHEMATICA
f[n_] := (FactorInteger@ Fibonacci@ n)[[1, 1]]; Array[f, 70] (* Robert G. Wilson v, Jul 07 2007 *)
PROG
(PARI) a(n) = if ((f=fibonacci(n))==1, 1, factor(f)[1, 1]); \\ Michel Marcus, Nov 15 2014
(Magma) [1, 1] cat [Minimum(PrimeDivisors(Fibonacci(n))): n in [3..70]]; // Vincenzo Librandi, Dec 25 2016
CROSSREFS
Sequence in context: A137458 A079369 A102867 * A139044 A060442 A060385
KEYWORD
nonn
AUTHOR
Labos Elemer, Apr 03 2001
EXTENSIONS
Better definition from Omar E. Pol, Apr 25 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)