Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Jul 21 2024 08:46:16
%S 4,5,8,9,3,7,4,9,8,5,0,5,4,3,5,9,6,1,3,0,6,3,4,2,6,1,8,1,0,0,1,8,9,3,
%T 8,5,6,7,2,0,0,8,1,6,3,7,4,5,2,8,9,8,1,2,3,4,2,8,7,5,7,7,7,7,3,1,7,5,
%U 4,5,6,6,1,2,2,5,4,3,0,8,5,8,9,2,2,8,6,2,5,4,3,2,0,9,3,5,8,0,7,8,2,5,7,2,9
%N Decimal expansion of Product_{p prime} (1 - (1/(p*(p - 1)))*p^2/(p^2 + 1)).
%H Rafael Jakimczuk, <a href="https://www.researchgate.net/publication/382207808_Numbers_of_the_form_p-1_where_p_is_prime">Numbers of the form p-1 where p is prime</a>, July 2024. See p. 23.
%e 0.4589374985054359613063426181...
%o (PARI) prodeulerrat(1-p^2/(p*(p-1)*(p^2+1)))
%Y Cf. A005596, A005597, A065414, A065418, A065419, A374830 (lower bound).
%K nonn,cons
%O 0,1
%A _Stefano Spezia_, Jul 21 2024