login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078814 Smallest prime factor of Googolplex - n which exceeds 16. 1
17, 1433, 499679, 1279, 31, 149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Seventh term is not known. Sequence continues ?, 625392489737, 19, 37, 5419, 107, 23, 60149, 1733, 89, 8543, 17, 5261, 229, 8656871, 4273, 14009, 29, 509, 43628661784403, 24539783, 19, 347, 12414692011, 523, 151, 421, 35816135619181, 17, 23, 184309, ?, 181, 288481, 163, 41, 743, 13337, 71, 53, 19, 59, 113, 37957721, ... where the unknown numbers exceed 25 * 10^12. - Dario Alpern, Jul 03 2003
LINKS
MATHEMATICA
(* For any individual n *) k = 17; While[ !PrimeQ[k] || PowerMod[10, 10^100, k] - n != 0, k += 2]; k
PROG
(PARI) a(n) = forprime(p=17, oo, if(Mod(10, p)^lift(Mod(10, p-1)^100) == n, return(p))); \\ Jinyuan Wang, Apr 17 2020
CROSSREFS
Cf. A072288.
Sequence in context: A269791 A256020 A072160 * A242282 A129911 A336196
KEYWORD
nonn,hard,more,fini
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 11 19:25 EDT 2024. Contains 372413 sequences. (Running on oeis4.)