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 #16 Dec 04 2021 12:04:58
%S 1,5,2,1,3,6,0,1,5,0,5,2,2,5,8,4,0,6,0,4,5,5,1,3,8,7,0,8,4,0,2,2,9,8,
%T 2,4,4,9,0,5,4,8,2,8,9,4,9,9,6,8,4,1,5,3,2,4,1,3,2,3,5,2,8,1,2,8,1,9,
%U 3,9,7,3,3,7,6,8,4,9,9,9,5,2,5,0
%N Decimal expansion of Product_{k>=1} (1 + 1/Pi^k).
%e 1.52136015052258406045513870840229824490...
%p evalf(limit(product(1+Pi^(-k), k=1..t), t=infinity), 120);
%t Product[1+Pi^(-k), {k, 1, Infinity}]
%o (PARI) prodinf(k=1,1+Pi^(-k))
%Y Cf. A347417, A000796, A000009.
%K nonn,cons
%O 1,2
%A _Christoph B. Kassir_, Oct 05 2021