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.

A072288 Smallest prime factor of googolplex + n that exceeds 13, or 1 if googolplex + n is 13-smooth.

Original entry on oeis.org

316912650057057350374175801344000001
Offset: 1

Views

Author

Ed Pegg Jr and Robert G. Wilson v, Nov 21 2002

Keywords

Comments

a(2) is not known. After a(1) the sequence continues ?, 1429, 1129, 29, ?, 53, 427169, 5501, 19, 59, 1327, 1645318771, 61, 211, 17, 1831, ?, 43, 389, 173, 233886337, 139, 1451, 18797, 31, 37, 8297, 19, 13879, ?, 9241, 17, 29, ...
The question marks indicate terms > 10^14. - Dario Alpern, May 17 2003

Crossrefs

Programs

  • Mathematica
    (* For any individual n *) k = 17; While[ !PrimeQ[k] || PowerMod[10, 10^100, k] + n != k, k += 2]; k

Extensions

Name edited by Peter Munn, Feb 20 2025