login

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”).

Decimal expansion of Product_{p prime} (1 + 1/p^(6/5) + 1/p^(7/5) + 1/p^(8/5) + 1/p^(9/5)).
2

%I #5 Nov 29 2024 09:38:58

%S 1,9,4,4,5,5,7,6,0,8,3,9,0,0,5,7,1,1,3,9,0,8,0,0,8,9,3,2,8,9,9,1,3,5,

%T 4,6,4,7,1,1,9,5,0,5,0,7,5,4,8,5,7,0,8,0,2,7,3,0,8,9,8,6,3,0,3,5,8,9,

%U 5,9,6,1,5,4,2,5,0,2,5,5,8,8,6,7,0,4,9,7,6,3,2,5,6,6,2,9,7,7,3,5

%N Decimal expansion of Product_{p prime} (1 + 1/p^(6/5) + 1/p^(7/5) + 1/p^(8/5) + 1/p^(9/5)).

%D Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 2.6.1, p. 114.

%e 19.445576083900571139080089328991354647119505075485...

%o (PARI) prodeulerrat(1 + 1/p^6 + 1/p^7 + 1/p^8 + 1/p^9, 1/5)

%Y Cf. A090699, A362974, A362975, A362976, A378485, A378487.

%K nonn,cons

%O 2,2

%A _Stefano Spezia_, Nov 28 2024