login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A325626
a(n) is the smallest prime factor in A030426(n).
2
2, 5, 13, 89, 233, 1597, 37, 28657, 514229, 557, 73, 2789, 433494437, 2971215073, 953, 353, 4513, 269, 6673, 9375829, 157, 99194853094755497, 1069, 193, 743519377, 519121, 1247833, 827728777, 677, 27941, 1066340417491710595814572169, 19134702400093278081449423917, 277, 110557
OFFSET
2,1
LINKS
MATHEMATICA
f[n_]:=(FactorInteger@Fibonacci@Prime[n])[[1, 1]]; Array[f, 35, 2]
PROG
(Magma) [Minimum(PrimeDivisors(Fibonacci(NthPrime(n)))): n in [2..35]];
CROSSREFS
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, May 11 2019
EXTENSIONS
Offset corrected by Chai Wah Wu, Jul 17 2019
STATUS
approved