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!)
A273380 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 divisors of k (A001221). 1
2, 46, 22196, 7870163103377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Among the numbers from 2 to a(2)=46 the most common value of omega is 2. Indeed, there are 21 numbers for which omega is 1 (primes or prime powers) and 22 for which omega is 2.
MATHEMATICA
a[n_] := Block[{c1=0, c2=0, v, k=1}, While[c2<=c1, v=PrimeNu[++k]; If[v == n-1, c1++]; If[v == n, c2++]]; k]; Array[a, 3]
CROSSREFS
Sequence in context: A000191 A000192 A196197 * A124690 A195877 A141579
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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)