A375538 Numerator of the asymptotic mean over the positive integers of the maximum exponent in the prime factorization of the largest prime(n)-smooth divisor function.
1, 13, 51227, 926908275845, 548123689541583443758024333411, 629375533747930240763697631488051776709110194920714685268467462860005271344878614119
Offset: 1
Examples
Fractions begins: 1, 13/10, 51227/36540, 926908275845/636617813832, 548123689541583443758024333411/369693143251781030056182487680, ... For n = 1, prime(1) = 2, the "2-smooth numbers" are the powers of 2 (A000079), and the sequence that gives the exponent of the largest power of 2 that divides n is A007814, whose asymptotic mean is 1. For n = 2, prime(2) = 3, the 3-smooth numbers are in A003586, and the sequence that gives the maximum exponent in the prime factorization of the largest 3-smooth divisor of n is A244417, whose asymptotic mean is 13/10.
Links
Crossrefs
Programs
-
Mathematica
d[k_, n_] := Product[1 - 1/Prime[i]^k, {i, 1, n}]; f[n_] := Sum[k * (d[k+1, n] - d[k, n]), {k, 1, Infinity}]; Numerator[Array[f, 6]]
Comments