OFFSET
1,3
EXAMPLE
equals 1.149705...
MATHEMATICA
(*A000668 Mersenne primes *);
$MaxExtraPrecision = 200;
a = Flatten[Table[If[PrimeQ[2^n - 1], 2^n - 1, {}], {n, 0, 2000}]];
c = N[Product[1/(1 - 1/a[[n]]^2), {n, 1, Length[a]}], 100];
Table[Mod[Floor[10^n*c], 10], {n, 0, 100}]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Roger L. Bagula, Apr 17 2010
EXTENSIONS
Invalid claim concerning A065443 removed, keyword:cons inserted, offset corrected - The Assoc. Eds. of the OEIS, Apr 23 2010
STATUS
approved