A340066 Decimal expansion of the Product_{p>=3} 1+p^2/((p-1)^2*(p+1)^2) where p are successive prime numbers A000040.
1, 2, 5, 3, 6, 1, 7, 9, 4, 5, 0, 0, 7, 2, 3, 5, 8, 9, 0, 0, 1, 4, 4, 7, 1, 7, 8, 0, 0, 2, 8, 9, 4, 3, 5, 6, 0, 0, 5, 7, 8, 8, 7, 1, 2, 0, 1, 1, 5, 7, 7, 4, 2, 4, 0, 2, 3, 1, 5, 4, 8, 4, 8, 0, 4, 6, 3, 0, 9, 6, 9, 6, 0, 9, 2, 6, 1, 9, 3, 9, 2, 1, 8, 5, 2, 3, 8, 7, 8, 4, 3, 7, 0, 4, 7, 7, 5, 6, 8, 7, 4, 0, 9, 5, 5
Offset: 1
Examples
1.25361794500723589001447178...
Crossrefs
Programs
-
Mathematica
RealDigits[N[3465/2764, 105]][[1]]
-
PARI
default(realprecision, 105) prodeulerrat(1+p^2/((p-1)^2*(p+1)^2),1,3)
Comments