The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A218908 Primes p such that k*p is greater than the greatest prime factor of p^k - 1 and p^k + 1 for k = 1 to k = 4. 0
3373, 41893, 62497, 105557, 165701, 201577, 208877, 239803, 302399, 333107 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The greatest factors of 3373^4 - 1 , 3373^6 - 1 and 3373^8 - 1 are respectively: 317, 6379, 7369.
PROG
(PARI) forprime(h=3, 400000, f=h^3-1; g=h^3+1; k=vecmax(factor(f)[, 1]~); l=vecmax(factor(g)[, 1]~); m=h^4-1; n=h^4+1; o=vecmax(factor(m)[, 1]~); p=vecmax(factor(n)[, 1]~); if(3*h>k && 3*h>l && 4*h>o && 4*h>p, print1(h, ", ")))
CROSSREFS
Sequence in context: A031626 A117921 A052357 * A164521 A251153 A305500
KEYWORD
nonn
AUTHOR
Robin Garcia, Nov 08 2012
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 19 11:03 EDT 2024. Contains 372683 sequences. (Running on oeis4.)