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!)
A273381 2..a(n) is the smallest range in which the most common value of Omega(k) is n, where Omega(k) is the number of prime factors of k (A001222). 2
2, 26, 15526, 151165506068 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Among the numbers from 2 to a(2)=26 the most common value of Omega is 2. Indeed, there are 9 numbers for which Omega is 1 (the primes) and 10 for which Omega is 2 (the semiprimes).
MATHEMATICA
a[n_] := Block[{c1=0, c2=0, v, k=1}, While[c2<=c1, v=PrimeOmega[++k]; If[v == n-1, c1++]; If[v == n, c2++]]; k]; Array[a, 3]
CROSSREFS
Sequence in context: A134795 A268667 A330032 * A094680 A259326 A061192
KEYWORD
nonn,more
AUTHOR
Giovanni Resta, May 21 2016
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)