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

%I #5 Sep 25 2020 00:00:09

%S 3,5,7,9,13,14,17,19,26,27,31,33,34,35,37,46,49,51,59,61,62,65,69,74,

%T 77,78,82,83,86,89,93,97,103,107,115,118,121,122,123,127,129,130,131,

%U 133,137,141,142,143,144,145,147,150,153,154,165,166,169,170,174,175

%N Numbers k such that the largest prime factor of 2^k - 1 is greater than the largest prime factor of 2^k + 1.

%o (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,", ")))

%Y Cf. A002587, A005420, A337430 (complement).

%K nonn

%O 1,1

%A _Hugo Pfoertner_, Sep 23 2020

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 September 13 16:05 EDT 2024. Contains 375910 sequences. (Running on oeis4.)