OFFSET
1,2
COMMENTS
A236436(n)/(a(n)*zeta(2)) is the asymptotic density of the prime(n-1)-rough squarefree numbers (squarefree numbers whose prime factors are all >= prime(n-1)) for n >= 2. E.g., A236436(2)/(a(2)*zeta(2)) = 2/(3*zeta(2)) = 4/Pi^2 (A185199) is the asymptotic density of the odd squarefree numbers (A056911), and A236436(3)/(a(3)*zeta(2)) = 1/(2*zeta(2)) = 3/Pi^2 (A104141) is the asymptotic density of the 5-rough squarefree numbers (A276378). - Amiram Eldar, Aug 26 2025
REFERENCES
G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers, 5th ed., Oxford Univ. Press, 1979; Theorem 429.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..200
Jonathan Sondow and Eric W. Weisstein, MathWorld: Mertens Theorem.
FORMULA
EXAMPLE
(1 + 1/2)*(1 + 1/3)*(1 + 1/5)*(1 + 1/7) = 96/35 has numerator a(5) = 96.
Fractions begin with 1, 3/2, 2, 12/5, 96/35, 1152/385, 2304/715, 41472/12155, 165888/46189, 3981312/1062347, 119439360/30808063, 3822059520/955049953, ...
MATHEMATICA
Numerator@Table[ Product[ 1 + 1/Prime[ k], {k, 1, n-1}], {n, 1, 23}]
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Jonathan Sondow, Feb 01 2014
STATUS
approved
