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!)
A337431 Numbers k such that the largest prime factor of 2^k - 1 is greater than the largest prime factor of 2^k + 1. 2
3, 5, 7, 9, 13, 14, 17, 19, 26, 27, 31, 33, 34, 35, 37, 46, 49, 51, 59, 61, 62, 65, 69, 74, 77, 78, 82, 83, 86, 89, 93, 97, 103, 107, 115, 118, 121, 122, 123, 127, 129, 130, 131, 133, 137, 141, 142, 143, 144, 145, 147, 150, 153, 154, 165, 166, 169, 170, 174, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(n=2, 175, my(p=vecmax(factor(2^n-1)[, 1]), q=vecmax(factor(2^n+1)[, 1])); if(p>q, print1(n, ", ")))
CROSSREFS
Cf. A002587, A005420, A337430 (complement).
Sequence in context: A161700 A245212 A063081 * A067031 A204454 A029740
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Sep 23 2020
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)