OFFSET
2,3
LINKS
Amiram Eldar, Table of n, a(n) for n = 2..10000
Wolfgang Schwarz and Jürgen Spilker, A remark on some special arithmetical functions, in: E. Laurincikas, E. Manstavicius and V. Stakenas (eds.), Analytic and Probabilistic Methods in Number Theory, Proceedings of the Second International Conference in Honour of J. Kubilius, Palanga, Lithuania, 23-27 September 1996, New Trends in Probability and Statistics, Vol. 4, VSP BV & TEV Ltd. (1997), pp. 221-245.
D. Suryanarayana and R. Chandra Rao, On the maximum and minimum exponents in factoring integers, Archiv der Mathematik, Vol. 28, No. 1 (1977), pp. 261-269.
FORMULA
a(n) = denominator(Sum_{k=2..n} 1/A051903(k)).
MATHEMATICA
f[n_] := Max[FactorInteger[n][[;; , 2]]]; f[1] = 0; Denominator[Accumulate[Table[1/f[n], {n, 2, 100}]]]
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Amiram Eldar, Dec 15 2022
STATUS
approved