The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A236435 Numerator of product_{k=1..n-1} (1 + 1/prime(k)). 7
1, 3, 2, 12, 96, 1152, 2304, 41472, 165888, 3981312, 119439360, 3822059520, 7644119040, 321052999680, 1284211998720, 61642175938560, 3328677500682240, 199720650040934400, 399441300081868800, 1597765200327475200, 115039094423578214400, 230078188847156428800, 18406255107772514304000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers, 5th ed., Oxford Univ. Press, 1979; Theorem 429.
LINKS
J. Sondow and E. Weisstein, MathWorld: Mertens Theorem
FORMULA
a(n+1) / A236436(n+1) = A072045(n)/A072044(n) / A038110(n+1)/A060753(n+1) because 1+x = (1-x^2) / (1-x).
a(n) / A236436(n) = product_{k=1..n-1} (1 + 1/prime(k)) ~ (6/Pi^2)*exp(gamma)*log(n) as n -> infinity, by Mertens' theorem.
EXAMPLE
(1 + 1/2)*(1 + 1/3)*(1 + 1/5)*(1 + 1/7) = 96/35 has numerator a(5) = 96.
MATHEMATICA
Numerator@Table[ Product[ 1 + 1/Prime[ k], {k, 1, n-1}], {n, 1, 23}]
CROSSREFS
Sequence in context: A007214 A189736 A025232 * A218566 A125135 A055456
KEYWORD
nonn,frac
AUTHOR
Jonathan Sondow, Feb 01 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 12 13:39 EDT 2024. Contains 373331 sequences. (Running on oeis4.)