A072288 Smallest prime factor of googolplex + n that exceeds 13, or 1 if googolplex + n is 13-smooth.
316912650057057350374175801344000001
Offset: 1
Links
- Tanya Khovanova, Non Recursions
- Dario Alejandro Alpern, Factors of 1000 numbers starting from googolplex
- Robert Harley, Factors of Googolplex+1 (Found some terms)
- Eric Weisstein's World of Mathematics, Googolplex
- Index entries for one-term sequences
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
Comments