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!)
A155900 Numbers k such that Omega(k) = Omega(2^k-1), where Omega(k) is the number of prime factors of k counted with multiplicity (A001222). 1
1, 2, 3, 4, 5, 7, 8, 9, 13, 16, 17, 19, 27, 31, 32, 49, 61, 89, 107, 127, 521, 607, 1279, 2203, 2281, 3217 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Mersenne prime exponents A000043 are a subsequence, with Omega(p)=Omega(2^p-1)=1.
LINKS
FORMULA
{n: A046051(n) = A001222(n)}. - R. J. Mathar, Mar 14 2009
MATHEMATICA
Select[Range[200], PrimeOmega[#]==PrimeOmega[2^#-1]&] (* Harvey P. Dale, Apr 21 2012 *)
PROG
(PARI) for( i=1, 999, bigomega(2^i-1)==bigomega(i) & print1(i", "))
CROSSREFS
Sequence in context: A192649 A102363 A201816 * A274949 A107684 A111796
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Feb 01 2009
EXTENSIONS
a(21)-a(22) from Amiram Eldar, Feb 23 2021
a(23)-a(26) from Daniel Suteu, Jan 21 2023
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 02:10 EDT 2024. Contains 371906 sequences. (Running on oeis4.)