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!)
A292237 Primes p such that gpf(lpf(2^p - 1) - 1) > p. 2
17, 19, 31, 41, 59, 61, 67, 71, 89, 101, 103, 107, 109, 127, 137, 139, 149, 157, 163, 167, 193, 199, 227, 229, 241, 257, 269, 271, 293, 311, 313, 331, 347, 349, 373, 379, 389, 401, 409, 421, 433, 449, 479, 503, 509, 521, 523, 541, 563, 599, 607, 613, 631, 647 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A291691 w.r.t. primes.
Are there infinitely many such primes? - Thomas Ordowski, Sep 12 2017
LINKS
EXAMPLE
For p=17, we have gpf(lpf(2^p - 1) - 1) = 257 which is > 17, so 17 is a term.
PROG
(PARI) lista(nn) = forprime(p=2, nn, if (vecmax(factor(vecmin(factor(2^p-1)[, 1])-1)[, 1]) > p, print1(p, ", ")); );
CROSSREFS
Sequence in context: A145485 A290634 A182570 * A085106 A079592 A160027
KEYWORD
nonn
AUTHOR
Michel Marcus, Sep 12 2017
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 8 11:03 EDT 2024. Contains 372332 sequences. (Running on oeis4.)