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.

A070592 Largest prime factor of the n-th Fermat number F(n) = 2^(2^n) + 1.

Original entry on oeis.org

3, 5, 17, 257, 65537, 6700417, 67280421310721, 5704689200685129054721, 93461639715357977769163558199606896584051237541638188580280321
Offset: 0

Views

Author

Benoit Cloitre, May 12 2002

Keywords

References

  • Paulo Ribenboim, The Little Book of Bigger Primes, Springer-Verlag NY 2004. See p. 72.

Crossrefs

Programs

  • PARI
    a(n) = vecmax(factor(2^(2^n) + 1)[,1]); \\ Michel Marcus, Jul 05 2017

Formula

From Amiram Eldar, Oct 25 2024: (Start)
a(n) = A006530(A000215(n)).
a(n) > c * n * 2^n for n >= 1, where c is a positive absolute constant (Stewart, 1977). (End)

Extensions

Offset changed by Arkadiusz Wesolowski, Jul 09 2011