login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A342476 Numbers m > 1 such that W(m) > W(k) for all 1 < k < m, where W(k) = omega(k)*log(log(k))/log(k). 0
2, 3, 4, 5, 6, 10, 12, 14, 15, 30, 210, 2310, 30030, 510510, 9699690, 223092870 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Includes the primorials prime(k)# = A002110(k) for 1 <= k <= 9.
Since the maximum of the function f(x) = log(log(x))/log(x) occurs at exp(e) = 15.154... (A073226), 15 is the largest term that is not a primorial.
The corresponding record values are -0.528..., 0.085..., 0.235..., 0.295..., 0.650..., 0.724..., 0.732..., 0.735..., 0.735..., 1.079..., 1.254..., 1.321..., 1.357..., 1.371..., 1.381..., 1.384...
REFERENCES
József Sándor, Dragoslav S. Mitrinovic and Borislav Crstici, Handbook of Number Theory I, Springer Science & Business Media, 2005, Chapter V, p. 168.
LINKS
Hans-Joachim Kanold, Über einige Ergebnisse aus der kombinatorischen Zahlentheorie, Abh. Braunschweig, Wiss. Ges., Vol. 36 (1984), pp. 203-229. See eq. 96, pp. 219-220.
MATHEMATICA
w[n_] := PrimeNu[n]*Log[Log[n]]/Log[n]; wmax = -1; seq = {}; Do[w1 = w[n]; If[w1 > wmax, wmax = w1; AppendTo[seq, n]], {n, 2, 2500}]; seq
CROSSREFS
Sequence in context: A116998 A337211 A333987 * A285614 A078931 A018779
KEYWORD
nonn,fini,full
AUTHOR
Amiram Eldar, Mar 13 2021
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 December 11 02:45 EST 2023. Contains 367717 sequences. (Running on oeis4.)