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!)
A337813 Numbers k such that the number of distinct prime factors of 2^k - 1 is greater than the corresponding count for 2^k + 1. 3
4, 8, 10, 12, 16, 20, 22, 24, 28, 30, 32, 36, 39, 40, 43, 44, 45, 48, 50, 52, 55, 56, 58, 60, 63, 64, 66, 68, 70, 72, 75, 76, 79, 80, 84, 87, 88, 90, 92, 94, 96, 99, 100, 102, 104, 106, 108, 110, 112, 116, 117, 119, 120, 124, 126, 128, 132, 135, 136, 140, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(n=1, 150, if(omega(2^n-1)>omega(2^n+1), print1(n, ", ")))
CROSSREFS
Sequence in context: A038801 A310977 A354526 * A310978 A310979 A310980
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)