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.

Showing 1-1 of 1 results.

A325627 a(n) is the largest prime factor in A030426(n).

Original entry on oeis.org

2, 5, 13, 89, 233, 1597, 113, 28657, 514229, 2417, 2221, 59369, 433494437, 2971215073, 55945741, 2710260697, 555003497, 1429913, 46165371073, 86020717, 92180471494753, 99194853094755497, 1665088321800481, 361040209, 770857978613, 512119709, 8242065050061761
Offset: 1

Views

Author

Vincenzo Librandi, May 13 2019

Keywords

Crossrefs

Programs

  • Magma
    [Maximum(PrimeDivisors(Fibonacci(NthPrime(n)))): n in [2..35]];
  • Mathematica
    Table[FactorInteger[Fibonacci [Prime[n]]][[-1, 1]], {n, 2, 30}]

Formula

From Amiram Eldar, Oct 25 2024: (Start)
a(n) = A006530(A030426(n)).
a(n) = A060385(prime(n+1)).
a(n) > c * prime(n) * log(prime(n)), where c is an effectively computable positive constant (Stewart, 1977). (End)
Showing 1-1 of 1 results.