login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139044 Smallest prime divisor of the Fibonacci numbers > 1. 2
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 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Fibonacci number > 1, divided by its largest proper divisor.

FORMULA

a(n) = A000045(n+2)/A032742(A000045(n+2)) = A000045(n+2)/A139045(n).

MAPLE

with(numtheory): with(combinat): a:=proc(n) options operator, arrow: op(2, divisors(fibonacci(n))) end proc: seq(a(n), n=3..60); - Emeric Deutsch (deutsch(AT)duke.poly.edu), May 02 2008

MATHEMATICA

First[First[FactorInteger[ # ]]]&/@Fibonacci[Range[3, 40]] - Harvey P. Dale (hpd1(AT)nyu.edu), Apr 30 2008

CROSSREFS

Cf. A000045, A032742, A133021, A139045.

Sequence in context: A137458 A079369 A102867 * A060383 A060442 A060385

Adjacent sequences:  A139041 A139042 A139043 * A139045 A139046 A139047

KEYWORD

nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Apr 23 2008

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu) and Harvey P. Dale (hpd1(AT)nyu.edu), May 02 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.