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!)
A337810 Numbers k such that the number of prime factors, counted with multiplicity, of 2^k - 1 is less than the corresponding count for 2^k + 1. 3
1, 3, 5, 7, 9, 13, 15, 17, 19, 25, 26, 27, 31, 33, 34, 35, 37, 38, 41, 45, 46, 49, 51, 57, 59, 61, 62, 65, 67, 69, 77, 78, 81, 83, 85, 89, 91, 93, 97, 98, 99, 103, 107, 109, 111, 118, 122, 123, 125, 127, 129, 130, 131, 133, 134, 135, 137, 139, 141, 143, 145, 149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) for(n=1, 150, if(bigomega(2^n-1)<bigomega(2^n+1), print1(n, ", ")))
CROSSREFS
Sequence in context: A333369 A064608 A024893 * A355773 A119253 A307001
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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)