OFFSET
1,1
COMMENTS
Let H(n) = A051903(n) be the maximal exponent in the prime factorizations of n. The asymptotic density of the numbers whose maximal exponent is k is d(k) = 1/zeta(k+1) - 1/z(k). For example, k=1 corresponds to the squarefree numbers (A005117), and k=2 corresponds to the cubefree numbers which are not squarefree (A067259). The asymptotic mean of H is <H> = Sum_{k>=1} k*d(k) = 1 + Sum_{j>=2} (1 - 1/zeta(j)) = 1.705211... which is Niven's constant (A033150). The second raw moment of the distribution of maximal exponents is <H^2> = Sum_{k>=1} k^2*d(k), whose simplified formula in terms of zeta functions is given in the FORMULA section.
The second central moment, or variance, of H is <H^2> - <H>^2 = 4.3013024003... - 1.7052111401...^2 = 1.3935573679... and the standard deviation is sqrt(<H^2> - <H>^2) = 1.1804903082...
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.6 Niven's constant, pp. 112-113.
LINKS
Ivan Niven, Averages of Exponents in Factoring Integers, Proc. Amer. Math. Soc., Vol. 22, No. 2 (1969), pp. 356-360.
D. Suryanarayana and R. Sita Rama Chandra Rao, On the maximum and minimum exponents in factoring integers, Archiv der Mathematik, Vol. 28, No. 1 (1977), pp. 261-269.
Eric Weisstein's World of Mathematics, Niven's Constant.
Wikipedia, Niven's constant.
FORMULA
Equals lim_{n->oo} (1/n) * Sum_{k=1..n} A051903(k)^2.
Equals 1 + Sum_{j>=2} (2*j-1) * (1 - 1/zeta(j)).
EXAMPLE
4.30130240031336659998068934041877579922989129763477...
For the numbers n=1..2^20, the values of H(n) = A051903(n) are in the range [0..20]. Their mean value is 894015/524288 = 1.705198..., their second raw moment is 140939/32768 = 4.301116..., and their standard deviation is sqrt(383019202687/274877906944) = 1.180430...
MATHEMATICA
RealDigits[1 + Sum[(2*j - 1)*(1 - 1/Zeta[j]), {j, 2, 400}], 10, 100][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Oct 18 2020
STATUS
approved
