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
KEYWORD
nonn,fini,full
AUTHOR
Amiram Eldar, Mar 13 2021
STATUS
approved