|
Search: id:A139044
|
|
|
| A139044 |
|
Smallest prime divisor of the Fibonacci numbers > 1. |
|
+0 3
|
|
| 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; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
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 this_sequence A060383 A060442 A060385
Adjacent sequences: A139041 A139042 A139043 this_sequence 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
|
|
|
Search completed in 0.002 seconds
|