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.

A104090 Largest prime <= 5^n.

Original entry on oeis.org

5, 23, 113, 619, 3121, 15619, 78121, 390581, 1953109, 9765619, 48828113, 244140613, 1220703073, 6103515623, 30517578121, 152587890563, 762939453109, 3814697265523, 19073486328109, 95367431640599, 476837158203071, 2384185791015571, 11920928955078089
Offset: 1

Views

Author

Cino Hilliard, Mar 03 2005

Keywords

Crossrefs

Programs

  • Mathematica
    NextPrime[5^Range[30] + 1, -1] (* Paolo Xausa, Oct 29 2024 *)
  • PARI
    g(n,b) = for(x=0,n,print1(precprime(b^x)","))

Formula

a(n) = A007917(A000351(n)). - Paolo Xausa, Oct 29 2024