A236436 Denominator of product_{k=1..n-1} (1 + 1/prime(k)).
1, 2, 1, 5, 35, 385, 715, 12155, 46189, 1062347, 30808063, 955049953, 1859834119, 76253198879, 298080686527, 14009792266769, 742518990138757, 43808620418186663, 86204059532560853, 339745411098916303, 24121924188023057513, 47591904479072518877, 3759760453846728991283
Offset: 1
Examples
(1 + 1/2)*(1 + 1/3)*(1 + 1/5)*(1 + 1/7) = 96/35 has denominator a(5) = 35.
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
- J. Sondow and E. Weisstein, MathWorld: Mertens Theorem
Programs
-
Mathematica
Denominator@Table[Product[1 + 1/Prime[k], {k, 1, n - 1}], {n, 1, 23}]